Valadoc
|
Vala
|
Tutorial
|
API-References
|
Markup
Packages
gconf-2.0
GConf
Value
decode
Value
Value.from_string
compare
copy
encode
get_bool
get_car
get_cdr
get_float
get_int
get_list
get_list_type
get_schema
get_string
set_bool
set_car
set_car_nocopy
set_cdr
set_cdr_nocopy
set_float
set_int
set_list
set_list_nocopy
set_list_type
set_schema
set_schema_nocopy
set_string
to_string
type
Value
Object Hierarchy:
Description:
public
class
Value
Namespace:
GConf
Package:
gconf-2.0
Content:
Static methods:
public
static
unowned
Value
decode
(
string
encoded)
Creation methods:
public
Value
(
ValueType
type)
public
Value.from_string
(
ValueType
type,
string
str)
throws
Error
Methods:
public
int
compare
(
Value
value_b)
public
Value
copy
()
public
unowned
string
encode
()
public
bool
get_bool
()
public
unowned
Value
get_car
()
public
unowned
Value
get_cdr
()
public
double
get_float
()
public
int
get_int
()
public
unowned
SList
<
Value
>
get_list
()
public
ValueType
get_list_type
()
public
unowned
Schema
get_schema
()
public
unowned
string
get_string
()
public
void
set_bool
(
bool
the_bool)
public
void
set_car
(
Value
car)
public
void
set_car_nocopy
(
Value
car)
public
void
set_cdr
(
Value
cdr)
public
void
set_cdr_nocopy
(
Value
cdr)
public
void
set_float
(
double
the_float)
public
void
set_int
(
int
the_int)
public
void
set_list
(
SList
<
Value
> list)
public
void
set_list_nocopy
(
owned
SList
<
Value
> list)
public
void
set_list_type
(
ValueType
type)
public
void
set_schema
(
Schema
sc)
public
void
set_schema_nocopy
(
Schema
sc)
public
void
set_string
(
string
the_str)
public
unowned
string
to_string
()
Fields:
public
ValueType
type