|
|
|
string
|
|
|
|
_key_changed(self,
client,
cnxn_id,
entry,
data=None)
Callback when a gconf key changes |
source code
|
|
|
|
get(self,
key,
default=None)
Returns the value of the key or the default value if the key is
not yet in gconf |
source code
|
|
|
|
set(self,
key,
value)
Sets the key value in gconf and connects adds a signal which is
fired if the key changes |
source code
|
|
|
|
proxy_enabled(self)
Returns:
True if the user has specified a http proxy via the http_proxy
environment variable, or in gconf |
source code
|
|
|
|
|
|
Inherited from Settings:
save,
set_overrides
|