|
__init__(self,
storage)
Construct a GConfSource
|
|
get_path_description(self,
path)
Returns a human readable description for @path.
|
|
get_committing_client_and_address(self,
mandatory)
Get a GConfClient using either GCONF_DEFAULTS_SOURCE or
GCONF_MANDATORY_SOURCE (in the temporary profile location) as its
source.
|
|
commit_change(self,
change,
mandatory=False)
Commit a GConf change to the profile.
|
|
start_monitoring(self)
Start monitoring for GConf changes.
|
|
stop_monitoring(self)
Stop monitoring for GConf changes.
|
|
sync_changes(self)
Ensure that all committed changes are saved to disk.
|
|
set_enforce_mandatory(self,
enforce)
Temporary make mandatory setting non-mandatory.
|
|
apply(self,
is_sabayon_session)
Apply the profile by writing the default and mandatory sources
location to ~/.gconf.path.defaults and ~/.gconf.path.mandatory.
|
|
add_gconf_notify(self,
key,
handler,
data)
|
|
remove_gconf_notify(self,
id)
|
|
get_gconf_key_is_mandatory(self,
key)
|
|
set_value(self,
key,
gconf_value,
mandatory)
|
|
set_gconf_boolean(self,
key,
value,
mandatory)
|
|
set_gconf_int(self,
key,
value,
mandatory)
|
|
set_gconf_string(self,
key,
value,
mandatory)
|
|
set_gconf_list(self,
key,
list_type,
value,
mandatory)
|
|
Inherited from userprofile.ProfileSource:
emit_change,
get_delegate,
get_name
|