ExtensionEvent
Object Hierarchy:
Description:
[
CCode ( type_id =
"ibus_extension_event_get_type ()" ) ]
public class ExtensionEvent :
Serializable
IBusExtensionEvent properties.
Content:
Properties:
- public string @params { get; construct; }
Parameters to enable the extension in the
ExtensionEvent.
- public bool is_enabled { get; construct; }
true if the extension is enabled in
the ExtensionEvent.
- public bool is_extension { get; construct; }
true if the
ExtensionEvent is called by an extension.
- public string name { get; construct; }
Name of the extension in the ExtensionEvent
.
- public uint version { get; }
Version of the ExtensionEvent.
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