Config
Object Hierarchy:
Description:
[
CCode ( type_id =
"ibus_config_get_type ()" ) ]
public class Config :
Proxy,
AsyncInitable,
DBusInterface,
Initable
An IBusConfig provides engine configuration methods such as get and set the configure settings to configuration file.
Currently, IBusConfig supports gconf.
Content:
Static methods:
Creation methods:
Methods:
- public Variant get_value (string section, string name)
Get the value of a configuration option synchronously.
- public async void get_value_async (string section, string name, int timeout_ms, Cancellable? cancellable)
Get the value of a configuration option asynchronously.
- public Variant get_value_async_finish (AsyncResult result) throws Error
Finish get value of a configuration option.
- public Variant get_values (string section)
Get all values in a section synchronously.
- public async void get_values_async (string section, int timeout_ms, Cancellable? cancellable)
Get all values in a section asynchronously.
- public Variant get_values_async_finish (AsyncResult result) throws Error
Finish get values in a section.
- public bool set_value (string section, string name, Variant value)
Set the value of a configuration option synchronously.
- public async void set_value_async (string section, string name, Variant value, int timeout_ms, Cancellable? cancellable)
Set the value of a configuration option asynchronously.
- public bool set_value_async_finish (AsyncResult result) throws Error
Finish set value of a configuration option.
- public bool unset (string section, string name)
Remove an entry of a configuration option.
- public bool unwatch (string? section, string? name)
Unsubscribe from the configuration option change notification.
- public bool watch (string? section, string? name)
Subscribe to the configuration option change notification.
Signals:
Inherited Members:
All known members inherited from class IBus.Proxy
All known members inherited from class GLib.DBusProxy
- @new
- call
- call_sync
- call_with_unix_fd_list
- call_with_unix_fd_list_sync
- create_for_bus
- g_bus_type
- g_connection
- g_default_timeout
- g_flags
- g_interface_info
- g_interface_name
- g_name
- g_name_owner
- g_object_path
- g_properties_changed
- g_signal
- get_cached_property
- get_cached_property_names
- get_connection
- get_default_timeout
- get_flags
- get_interface_info
- get_interface_name
- get_name
- get_name_owner
- get_object_path
- set_cached_property
- set_default_timeout
- set_interface_info
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref
All known members inherited from interface GLib.AsyncInitable
All known members inherited from interface GLib.DBusInterface
All known members inherited from interface GLib.Initable