Package: gio

Function gio:settings-list-children

Lambda List

gio:settings-list-children (settings)

Arguments

settings -- a g:settings instance

Details

Gets the list of children on settings. The list is exactly the list of strings for which it is not an error to call the g:settings-child function.

There is little reason to call this function from "normal" code, since you should already know what children are in your schema. This function may still be useful there for introspection reasons, however.
 

See also

#2026-03-25