Gio.SettingsBackendClass¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
get_permission |
r |
virtual method to get permission of a key |
|
get_writable |
r |
virtual method to get if a key is writable |
|
padding |
[ |
r |
|
parent_class |
r |
||
read |
r |
virtual method to read a key’s value |
|
read_user_value |
r |
virtual method to read user’s key value |
|
reset |
r |
virtual method to reset state |
|
subscribe |
r |
virtual method to subscribe to key changes |
|
sync |
r |
virtual method to sync state |
|
unsubscribe |
r |
virtual method to unsubscribe to key changes |
|
write |
r |
virtual method to change key’s value |
|
write_tree |
r |
virtual method to change a tree of keys |
Methods¶
None
Details¶
- class Gio.SettingsBackendClass¶
Class structure for
Gio.SettingsBackend
.