[anjuta] libanjuta: Renamed IAnjutaMacro to IAnjutaSnippetsManager
- From: Johannes Schmid <jhs src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] libanjuta: Renamed IAnjutaMacro to IAnjutaSnippetsManager
- Date: Mon, 16 Aug 2010 20:05:08 +0000 (UTC)
commit 2e681a24fe3db69d45a00ca1daf1afc0cf30ff6c
Author: Dragos Dena <dragos dena gmail com>
Date: Wed Aug 11 00:16:44 2010 +0300
libanjuta: Renamed IAnjutaMacro to IAnjutaSnippetsManager
libanjuta/interfaces/libanjuta.idl | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/libanjuta/interfaces/libanjuta.idl b/libanjuta/interfaces/libanjuta.idl
index a3febbc..97a0756 100644
--- a/libanjuta/interfaces/libanjuta.idl
+++ b/libanjuta/interfaces/libanjuta.idl
@@ -5428,25 +5428,25 @@ interface IAnjutaVcs
}
/**
- * SECTION:ianjuta-macro
- * @title: IAnjutaMacro
- * @short_description: Macro processor interface
+ * SECTION:ianjuta-snippets-manager
+ * @title: IAnjutaSnippetsManager
+ * @short_description: Snippets Manager interface
* @see_also:
* @stability: Unstable
* @include: libanjuta/interfaces/ianjuta-macro.h
*
*/
-interface IAnjutaMacro
+interface IAnjutaSnippetsManager
{
/**
- * ianjuta_macro_insert:
- * @key: Key of the macro
+ * ianjuta_snippets_manager_insert:
+ * @key: Trigger-key of the snippet
* @obj: Self
* @err: Error propagation and reporting
*
- * Insert Macro to editor
+ * Insert snippet in the current editor.
*/
- void insert(const gchar* key);
+ void insert (const gchar* key);
}
/**
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]