Virtual Method
GioSettingsBackendwrite
Declaration [src]
gboolean
write (
GSettingsBackend* backend,
const gchar* key,
GVariant* value,
gpointer origin_tag
)
Parameters
key
-
Type:
const gchar*
No description available.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. value
-
Type:
GVariant
No description available.
The data is owned by the caller of the method. origin_tag
-
Type:
gpointer
No description available.
The argument can be NULL
.The data is owned by the caller of the method.