|  |  |  | Anjuta Developers Reference Manual |  | 
|---|---|---|---|---|
#include <libanjuta/interfaces/ianjuta-macro.h> #define IANJUTA_MACRO_ERROR IAnjutaMacro; IAnjutaMacroIface; GQuark ianjuta_macro_error_quark (void); void ianjuta_macro_insert (IAnjutaMacro *obj, const gchar *key, GError **err);
typedef struct {
	GTypeInterface g_iface;
	
	void (*insert) (IAnjutaMacro *obj, const gchar* key, GError **err);
} IAnjutaMacroIface;
void ianjuta_macro_insert (IAnjutaMacro *obj, const gchar *key, GError **err);
Insert Macro to editor
| obj: | Self | 
| key: | Key of the macro | 
| err: | Error propagation and reporting |