emoji_dict_save


Description:


public void emoji_dict_save (string path, HashTable<string,void*> dict)

Saves the Emoji dictionary to the cache file.

Recommend to use save instead becase GSList in GHashTable does not work with Gir and Vala. Calls save internally. The format of the hash table changed and now is { emoji character, EmojiData object }.

Parameters:

path

A path of the saved dictionary file.

dict

An Emoji dictionary


Namespace: IBus
Package: ibus-1.0