DConf.Changeset – dconf Reference Manual
Packages
dconf
DConf
Changeset
Predicate
deserialise
Changeset
Changeset.write
@get
@set
all
is_similar_to
serialise
Changeset
Object Hierarchy:
Description:
[
Compact
]
[
CCode
( ref_function =
"dconf_changeset_ref"
, unref_function =
"dconf_changeset_unref"
) ]
public
class
Changeset
Namespace:
DConf
Package:
dconf
Content:
Delegates:
public
delegate
bool
Predicate
(
string
path,
Variant
? value)
Static methods:
public
static
Changeset
deserialise
(
Variant
serialised)
Creation methods:
public
Changeset
()
public
Changeset.write
(
string
path,
Variant
? value)
Methods:
public
bool
@get
(
string
path,
out
Variant
? value)
public
void
@set
(
string
path,
Variant
? value)
public
bool
all
(
Predicate
predicate)
public
bool
is_similar_to
(
Changeset
other)
public
Variant
serialise
()