Package: gio

Function gio:settings-child

Lambda List

gio:settings-child (settings name)

Arguments

settings -- a g:settings instance
name -- a string for the name of the child schema

Return Value

The new g:settings instance for the chils settings object.

Details

Creates a child settings object which has a base path of base-path/name, where base-path is the base path of settings and name is as specified by the caller. The schema for the child settings object must have been declared in the schema of settings using a <child> element.

The created child settings object will inherit the "delay-apply" mode from settings.
 

See also

#2026-03-25