ibusutil
ibusutil — Utilities with C-Language.
|
|
Stability Level
Unstable, unless otherwise indicated
Description
Utilized functions are available for miscellaneous purposes.
Functions
ibus_get_untranslated_language_name ()
const gchar *
ibus_get_untranslated_language_name (const gchar *_locale
);
Returns
untranslated language name
ibus_get_language_name ()
const gchar *
ibus_get_language_name (const gchar *_locale
);
Returns
translated language name
ibus_emoji_dict_save ()
void
ibus_emoji_dict_save (const gchar *path
,
GHashTable *dict
);
Save the Emoji dictionary to the cache file.
ibus_emoji_dict_load ()
GHashTable *
ibus_emoji_dict_load (const gchar *path
);
Returns
An Emoji dictionary file loaded from the saved cache file.
[element-type utf8 gpointer][transfer none]
ibus_emoji_dict_lookup ()
GSList *
ibus_emoji_dict_lookup (GHashTable *dict
,
const gchar *annotation
);
Returns
List of Emoji characters
This API is for gobject-introspection.
[element-type utf8][transfer none]