EmojiData
Object Hierarchy:
Description:
[
CCode ( type_id =
"ibus_emoji_data_get_type ()" ) ]
public class EmojiData :
Serializable
Emoji data likes emoji unicode, annotations, description, category.
You can get extended values with g_object_get_properties.
Content:
Properties:
- public void* annotations { get; owned set construct; }
The emoji annotations
- public string category { get; construct; }
The emoji category
- public string description { get; set construct; }
The emoji description
- public string emoji { get; construct; }
The emoji character
Static methods:
Creation methods:
- public EmojiData (string first_property_name, ...)
Creates a new EmojiData.
Methods:
Inherited Members:
All known members inherited from class IBus.Serializable
All known members inherited from class IBus.Object
All known members inherited from class GLib.Object