Import line: | GConf = imports.gi.GConf; |
GIR File: | GConf-2.0.gir |
C documentation: | GConfValue |
Struct : | Value |
Properties | Defined By | |
---|---|---|
type : GConf.ValueType
|
GConf.Value |
Method / Constructor | Defined By | |
---|---|---|
new GConf.Value
()
Create a new GConf.Value
Create a new GConf.Value
|
||
Create a new GConf.Value
Create a new GConf.Value
|
||
Create a new GConf.Value
Create a new GConf.Value
|
||
|
GConf.Value | |
copy
()
:
GConf.Value
|
GConf.Value | |
encode
()
:
String
|
GConf.Value | |
free
()
:
none
|
GConf.Value | |
get_bool
()
:
gboolean
|
GConf.Value | |
get_car
()
:
GConf.Value
|
GConf.Value | |
get_cdr
()
:
GConf.Value
|
GConf.Value | |
get_float
()
:
gdouble
|
GConf.Value | |
get_int
()
:
gint32
|
GConf.Value | |
get_list
()
:
Array
Returns a GSList containing GConfValue objects.
Returns a GSList containing GConfValue objects. Each GConfValue in
the returned list will have the type returned by gconf_value_get_list_type(). Remember that the empty GSList is equal to GConfValue and will be destroyed when the GConfValue is destroyed.
|
GConf.Value | |
get_list_type
()
:
GConf.ValueType
|
GConf.Value | |
get_string
()
:
String
|
GConf.Value | |
set_bool
(gboolean the_bool)
:
none
|
GConf.Value | |
set_car
(Value car)
:
none
|
GConf.Value | |
set_car_nocopy
(Value car)
:
none
|
GConf.Value | |
set_cdr
(Value cdr)
:
none
|
GConf.Value | |
set_cdr_nocopy
(Value cdr)
:
none
|
GConf.Value | |
set_float
(gdouble the_float)
:
none
|
GConf.Value | |
set_int
(gint32 the_int)
:
none
|
GConf.Value | |
set_list
(Array list)
:
none
|
GConf.Value | |
set_list_nocopy
(Array list)
:
none
|
GConf.Value | |
set_list_type
(ValueType type)
:
none
|
GConf.Value | |
set_string
(String the_str)
:
none
|
GConf.Value | |
to_string
()
:
String
|
GConf.Value |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
GConf
Method |
|
GConf.ChangeSet
Method |
|
GConf.ChangeSet
Method |
|
GConf.ChangeSet
Method |
|
GConf.Client
Method |
get
(String key)
:
GConf.Value
|
GConf.Client
Method |
get_default_from_schema
(String key)
:
GConf.Value
|
GConf.Client
Method |
get_without_default
(String key)
:
GConf.Value
|
GConf.Client
Method |
|
GConf.Client
Method |
|
GConf.Entry
Method |
Create a new GConf.Entry
|
GConf.Entry
Method |
Create a new GConf.Entry
|
GConf.Entry
Method |
get_value
()
:
GConf.Value
|
GConf.Entry
Method |
set_value
(Value val)
:
none
|
GConf.Entry
Method |
set_value_nocopy
(Value val)
:
none
|
GConf.Entry
Method |
steal_value
()
:
GConf.Value
|