| Anjuta Developers Reference Manual |
|---|
ianjuta-editor-assist —
#define IANJUTA_EDITOR_ASSIST_ERROR struct IAnjutaEditorAssist; struct IAnjutaEditorAssistIface; GQuark ianjuta_editor_assist_error_quark (void); void ianjuta_editor_assist_autocomplete (IAnjutaEditorAssist *obj, GError **err);
GInterface +----IAnjutaEditorAssist
IAnjutaEditorAssist requires IAnjutaEditor and GObject.
struct IAnjutaEditorAssistIface {
IAnjutaEditorIface g_iface;
void (*autocomplete) (IAnjutaEditorAssist *obj, GError **err);
};
void ianjuta_editor_assist_autocomplete
(IAnjutaEditorAssist *obj,
GError **err);
| obj : | |
| err : |
| << ianjuta-editor-view | ianjuta-editor-convert >> |