Package: gio
Function gio:settings-new-with-path
Lambda Listgio:settings-new-with-path (schema-id path) ArgumentsDetails Creates a new g:settings object with the relocatable schema specified by schema-id and a given path.
You only need to do this if you want to directly create a settings object with
a schema that does not have a specified path of its own. That is quite rare. It is a programmer error to call this function for a schema that has an explicitly specified path. It is a programmer error if path is not a valid path. A valid path begins and ends with / and does not contain two consecutive / characters. | See also |
#2025-12-25