[anjuta] libanjuta: Corrected IAnjutaSnippetsManager::insert method



commit d7b748a173f403bbcee57b9180b1733ae01da8aa
Author: Dragos Dena <dragos dena gmail com>
Date:   Wed Aug 11 13:12:24 2010 +0300

    libanjuta: Corrected IAnjutaSnippetsManager::insert method

 libanjuta/interfaces/libanjuta.idl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libanjuta/interfaces/libanjuta.idl b/libanjuta/interfaces/libanjuta.idl
index 97a0756..0ec8ef2 100644
--- a/libanjuta/interfaces/libanjuta.idl
+++ b/libanjuta/interfaces/libanjuta.idl
@@ -5446,7 +5446,7 @@ interface IAnjutaSnippetsManager
 	 *
 	 * Insert snippet in the current editor.
 	 */
-	void insert (const gchar* key);
+	gboolean insert (const gchar* key);
 }
 
 /**



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