UnicodeData
Object Hierarchy:
Description:
[
CCode ( type_id =
"ibus_unicode_data_get_type ()" ) ]
public class UnicodeData :
Serializable
Unicode data likes code, name, alias, block-name.
You can get extended values with g_object_get_properties.
Content:
Properties:
- public string alias { owned get; set construct; }
The Uniode alias name
- public string block_name { get; set construct; }
The Uniode block name
- public uint code { get; construct; }
The Uniode code point
- public string name { owned get; set construct; }
The Uniode name
Static methods:
Creation methods:
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