Valadoc
|
Vala
|
Tutorial
|
API-References
|
Markup
Packages
gconf-2.0
GConf
Entry
Entry
Entry.nocopy
copy
equal
get_is_default
get_is_writable
get_key
get_schema_name
get_value
set_is_default
set_is_writable
set_schema_name
set_value
set_value_nocopy
steal_value
key
value
Entry
Object Hierarchy:
Description:
public
class
Entry
Namespace:
GConf
Package:
gconf-2.0
Content:
Creation methods:
public
Entry
(
string
key,
Value
val)
public
Entry.nocopy
(
string
key,
Value
val)
Methods:
public
Entry
copy
()
public
bool
equal
(
Entry
b)
public
bool
get_is_default
()
public
bool
get_is_writable
()
public
unowned
string
get_key
()
public
unowned
string
get_schema_name
()
public
unowned
Value
get_value
()
public
void
set_is_default
(
bool
is_default)
public
void
set_is_writable
(
bool
is_writable)
public
void
set_schema_name
(
string
name)
public
void
set_value
(
Value
val)
public
void
set_value_nocopy
(
Value
val)
public
unowned
Value
steal_value
()
Fields:
public
unowned
string
key
public
unowned
Value
value