GSettingsBackendClass

Undocumented in source.

Members

Variables

getPermission
GPermission* function(GSettingsBackend* backend, char* path) getPermission;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getWritable
int function(GSettingsBackend* backend, char* key) getWritable;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
padding
void* padding;
Undocumented in source.
parentClass
GObjectClass parentClass;
Undocumented in source.
read
GVariant* function(GSettingsBackend* backend, char* key, GVariantType* expectedType, int defaultValue) read;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
reset
void function(GSettingsBackend* backend, char* key, void* originTag) reset;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
subscribe
void function(GSettingsBackend* backend, char* name) subscribe;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sync
void function(GSettingsBackend* backend) sync;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
unsubscribe
void function(GSettingsBackend* backend, char* name) unsubscribe;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
write
int function(GSettingsBackend* backend, char* key, GVariant* value, void* originTag) write;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
writeTree
int function(GSettingsBackend* backend, GTree* tree, void* originTag) writeTree;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta