ianjuta-editor-assist
ianjuta-editor-assist —
|
|
Object Hierarchy
GInterface
+----IAnjutaEditorAssist
Prerequisites
IAnjutaEditorAssist requires
IAnjutaEditor and GObject.
Details
IANJUTA_EDITOR_ASSIST_ERROR
#define IANJUTA_EDITOR_ASSIST_ERROR ianjuta_editor_assist_error_quark()
IAnjutaEditorAssist
typedef struct _IAnjutaEditorAssist IAnjutaEditorAssist;
IAnjutaEditorAssistIface
typedef struct {
IAnjutaEditorIface g_iface;
void (*autocomplete) (IAnjutaEditorAssist *obj, GError **err);
} IAnjutaEditorAssistIface;
ianjuta_editor_assist_error_quark ()
GQuark ianjuta_editor_assist_error_quark
(void);
ianjuta_editor_assist_autocomplete ()
void ianjuta_editor_assist_autocomplete
(IAnjutaEditorAssist *obj,
GError **err);