Back to Seed Clases

GConf


Classes

Interfaces

Structs

Unions

Enums

Enum GConf.ValueType

Import line: GConf = imports.gi.GConf;
GIR File: GConf-2.0.gir
C documentation: GConfValueType
Enum : ValueType
  Show / Hide Inherited methods, properties and signals
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
GConf
Method
GConf.schema_get_type (Schema schema) : GConf.ValueType
GConf.ChangeSet
Method
set_list (String key, ValueType list_type, Array list) : none
GConf.ChangeSet
Method
set_pair (String key, ValueType car_type, ValueType cdr_type, void* address_of_car, void* address_of_cdr) : none
GConf.Client
Method
get_list (String key, ValueType list_type) : Array
GConf.Client
Method
get_pair (String key, ValueType car_type, ValueType cdr_type, void* car_retloc, void* cdr_retloc) : Boolean
GConf.Client
Method
set_list (String key, ValueType list_type, Array list) : Boolean
GConf.Client
Method
set_pair (String key, ValueType car_type, ValueType cdr_type, void* address_of_car, void* address_of_cdr) : Boolean
GConf.Engine
Method
get_list (String key, ValueType list_type) : Array
GConf.Engine
Method
get_pair (String key, ValueType car_type, ValueType cdr_type, void* car_retloc, void* cdr_retloc) : Boolean
GConf.Engine
Method
set_list (String key, ValueType list_type, Array list) : Boolean
GConf.Engine
Method
set_pair (String key, ValueType car_type, ValueType cdr_type, void* address_of_car, void* address_of_cdr) : Boolean
GConf.Schema
Method
set_type (ValueType type) : none
GConf.Schema
Method
set_list_type (ValueType type) : none
GConf.Schema
Method
set_car_type (ValueType type) : none
GConf.Schema
Method
set_cdr_type (ValueType type) : none
GConf.Schema
Method
get_list_type () : GConf.ValueType
GConf.Schema
Method
get_car_type () : GConf.ValueType
GConf.Schema
Method
get_cdr_type () : GConf.ValueType
GConf.Value
Method
new GConf.Value.c_new (ValueType type) : GConf.Value
Create a new GConf.Value
GConf.Value
Method
new GConf.Value.from_string (ValueType type, String str) : GConf.Value
Create a new GConf.Value
GConf.Value
Method
get_list_type () : GConf.ValueType
GConf.Value
Method
set_list_type (ValueType type) : none
PanelApplet.PanelApplet
Method
gconf_set_list (String key, ValueType list_type, Array list) : none
PanelApplet.PanelApplet
Method
gconf_get_list (String key, ValueType list_type) : Array
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:32:53 GMT+0800 (HKT)