Top | ![]() |
![]() |
![]() |
![]() |
IAnjutaLanguageId ianjuta_language_get_from_editor (IAnjutaLanguage *obj
,IAnjutaEditorLanguage *editor
,GError **err
);
Conviniece method to get the id directly from the editor
IAnjutaLanguageId ianjuta_language_get_from_mime_type (IAnjutaLanguage *obj
,const gchar *mime_type
,GError **err
);
IAnjutaLanguageId ianjuta_language_get_from_string (IAnjutaLanguage *obj
,const gchar *string
,GError **err
);
GList * ianjuta_language_get_languages (IAnjutaLanguage *obj
,GError **err
);
a list of ids of the available
languages. Use GPOINTER_TO_INT()
to receive them. The list but not the
values should be free'd with g_list_free()
.
[element-type int][transfer container]
const gchar * ianjuta_language_get_make_target (IAnjutaLanguage *obj
,IAnjutaLanguageId id
,GError **err
);
GList * ianjuta_language_get_mime_types (IAnjutaLanguage *obj
,IAnjutaLanguageId id
,GError **err
);
const gchar * ianjuta_language_get_name (IAnjutaLanguage *obj
,IAnjutaLanguageId id
,GError **err
);
const gchar * ianjuta_language_get_name_from_editor (IAnjutaLanguage *obj
,IAnjutaEditorLanguage *editor
,GError **err
);
Conviniece method to get the name directly from the editor
GList * ianjuta_language_get_strings (IAnjutaLanguage *obj
,IAnjutaLanguageId id
,GError **err
);