|
|
|
|
|
normalize_key(self,
key)
Expands relativ keys if needed |
source code
|
|
|
|
normalize_dir(self,
dir)
Expands relativ dirs if needed |
source code
|
|
|
|
|
|
|
set(self,
key,
value)
Set value for key to value |
source code
|
|
|
|
|
|
|
sync(self)
Suggests to gconfd that you've just finished a block of
changes, and it would be an optimal time to sync to permanent
storage. |
source code
|
|
|
|
|
|
|
|
|
|
has_key(self,
key)
True if key is defined and not a dir |
source code
|
|
|
|
to_python(self,
gcvalue)
Convert a gconf value to a python value
Arguments:
- gcvalue: a gconf value |
source code
|
|
|
|
from_python(self,
value)
Convert a Python value to a gconf value |
source code
|
|
|
|
iterkeys(self)
return an iterator over the keys |
source code
|
|
|
|
|
|
|
itervalues(self)
return an iterator over the values |
source code
|
|
|
|
|
|
|
iteritems(self)
return an iterator over (key, value) pairs |
source code
|
|
|
|
iterdirs(self)
return an iterator over the subdirs |
source code
|
|
|
|
|
|
|
children(self)
return a list of all sudbirs and keys |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|