Package sabayon :: Package sources :: Module gconfsource :: Class GConfChange
[hide private]
[frames] | no frames]

Class GConfChange

source code


Encapsulates a change to a GConf key.

Instance Methods [hide private]
  __init__(self, source, key, value)
Construct a GConfChange from a GConfEntry.
  get_id(self)
Return the path to the GConf key which changed.
  get_short_description(self)
Return a short description of the GConf key change.
  set_mandatory(self, value)
  get_mandatory(self)
Returns the mandatory value of the change, or None to use the default

Inherited from userprofile.ProfileChange: get_ignore_default, get_source, merge_old_change


Method Details [hide private]

__init__(self, source, key, value)
(Constructor)

source code 
Construct a GConfChange from a GConfEntry.
Overrides: userprofile.ProfileChange.__init__

get_id(self)

source code 
Return the path to the GConf key which changed.
Overrides: userprofile.ProfileChange.get_id

get_short_description(self)

source code 
Return a short description of the GConf key change.
Overrides: userprofile.ProfileChange.get_short_description

set_mandatory(self, value)

source code 
None

get_mandatory(self)

source code 
Returns the mandatory value of the change, or None to use the default
Overrides: userprofile.ProfileChange.get_mandatory
(inherited documentation)