get_value
Description:
Get the value of a configuration option synchronously.
GConf stores configure options in a tree-like structure, and the IBus related setting is at /desktop/ibus, thus, section
here is a
path from there, while name
is the key of that configuration option.
ibus-chewing, for example, stores its setting in /desktop/ibus/engine/Chewing, so the section name for it is "engine/Chewing". See also: set_value.
Parameters:
this |
An Config |
section |
Section name of the configuration option. |
name |
Name of the configure option. |
Returns:
A Variant or |