[anjuta/system-db-refactor: 9/12] libanjuta: Remove unused interface methods



commit 52c4f799447220df4a4e910d038b85f8add66658
Author: Johannes Schmid <jhs gnome org>
Date:   Thu Jan 27 00:19:34 2011 +0100

    libanjuta: Remove unused interface methods

 libanjuta/interfaces/libanjuta.idl |   18 ------------------
 1 files changed, 0 insertions(+), 18 deletions(-)
---
diff --git a/libanjuta/interfaces/libanjuta.idl b/libanjuta/interfaces/libanjuta.idl
index 07f8a0e..fe6473b 100644
--- a/libanjuta/interfaces/libanjuta.idl
+++ b/libanjuta/interfaces/libanjuta.idl
@@ -6196,24 +6196,6 @@ interface IAnjutaSymbolManager
 	 * Returns FALSE if the package couldn't have been deactivated.
  	 */
 	gboolean deactivate_package (const gchar* pkg_name, const gchar* pkg_version);
-
-	/**
-	 * ianjuta_symbol_manager_add_and_activate_package:
-	 * @obj: Self
- 	 * @pkg_name: Name of the package to scan and add. Should be the name given by
-	 * pkg-config. The colon char must be avoided.
- 	 * @pkg_version: Version of the package. The colon char must be avoided.
- 	 * or by the language implementation (Python, Javascript, etc.)
- 	 * @files: A list of GFile's to scan for this package
- 	 *
- 	 * Convenience function that calls #ianjuta_symbol_manager_activate_package and
-	 * #ianjuta_symbol_manager_deactivate_package.
-	 *
-	 * Returns: TRUE if the package will be loaded into the db and activated, 
-	 * FALSE if the package already exists os is already activated.
- 	 */	
-	gboolean add_and_activate_package (const gchar* pkg_name, const gchar* pkg_version, GList* files);
-	
 }
 
 /**



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]