|  |  |  | Anjuta Developers Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Prerequisites | ||||
#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
| 
 | Self | 
| 
 | Key of the macro | 
| 
 | Error propagation and reporting |