Top | ![]() |
![]() |
![]() |
![]() |
GQuark | ianjuta_editor_language_error_quark () |
const gchar * | ianjuta_editor_language_get_language () |
const gchar * | ianjuta_editor_language_get_language_name () |
const GList * | ianjuta_editor_language_get_supported_languages () |
void | ianjuta_editor_language_set_language () |
const gchar * ianjuta_editor_language_get_language (IAnjutaEditorLanguage *obj
,GError **err
);
Return the name of the currently used language
const gchar * ianjuta_editor_language_get_language_name (IAnjutaEditorLanguage *obj
,const gchar *language
,GError **err
);
const GList * ianjuta_editor_language_get_supported_languages (IAnjutaEditorLanguage *obj
,GError **err
);
Return a list of languages supported by the editor Note: These list contains the names in the form the editor implementation knows them
void ianjuta_editor_language_set_language (IAnjutaEditorLanguage *obj
,const gchar *language
,GError **err
);
Force the editor to use a given language
“language-changed”
signalvoid user_function (IAnjutaEditorLanguage *obj, gchar *language, gpointer user_data)
Flags: Run Last