emoji_dict_load


Description:


public unowned HashTable<string,void*> emoji_dict_load (string path)

Parameters:

path

A path of the saved dictionary file.

Returns:

An Emoji dictionary file loaded from the saved cache file.

A hash table of { emoji character, EmojiData object } is loaded from the saved cache file. Recommend to use load instead becase GSList in GHashTable does not work with Gir and Vala. Calls load internally.


Namespace: IBus
Package: ibus-1.0