[anjuta] libanjuta: Added IAnjutaEditorAssist::cancelled signal



commit 0a927ed847678a6a09cc3b4aa780c811c715a4f6
Author: Johannes Schmid <jhs gnome org>
Date:   Sun Aug 8 11:51:39 2010 +0200

    libanjuta: Added IAnjutaEditorAssist::cancelled signal

 libanjuta/interfaces/libanjuta.idl |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/libanjuta/interfaces/libanjuta.idl b/libanjuta/interfaces/libanjuta.idl
index 6d6a9e4..d5a2b7c 100644
--- a/libanjuta/interfaces/libanjuta.idl
+++ b/libanjuta/interfaces/libanjuta.idl
@@ -2004,6 +2004,16 @@ interface IAnjutaEditor
         gpointer data;
      }
      
+     /**
+	 * IAnjutaEditorAssist::cancelled
+	 * @obj: Self
+	 * 
+	 * This signal is emitted when the autocompletion is cancelled due to various
+	 * reasons. The provider should avoid to call ianjuta_editor_assist_proposals() after
+	 * this signal.
+	 */
+	 void   ::cancelled ();
+     
      /*
       * ianjuta_editor_assist_add
       * @obj: self



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