EmojiData


Description:

[ CCode ( cname = "ibus_emoji_data_new" , has_construct_function = true ) ]
public EmojiData (string first_property_name, ...)

Creates a new EmojiData.

emoji property is required. e.g. ibus_emoji_data_new ("emoji", "😁", NULL)

Parameters:

first_property_name

Name of the first property.

...

the NULL-terminated arguments of the properties and values.

Returns:

A newly allocated EmojiData.