Package: gio

Function gio:settings-schema-path

Lambda List

gio:settings-schema-path (schema)

Arguments

schema -- a g:settings-schema instance

Return Value

The string for the path of the schema, or nil.

Details

Gets the path associated with schema, or nil. Schemas may be single-instance or relocatable. Single-instance schemas correspond to exactly one set of keys in the backend database, those located at the path returned by this function.

Relocatable schemas can be referenced by other schemas and can therefore describe multiple sets of keys at different locations. For relocatable schemas, this function will return nil.
 

See also

2026-03-24