Package: gio

Function gio:settings-schema-list-keys

Lambda List

gio:settings-schema-list-keys (schema)

Arguments

schema -- a g:settings-schema instance

Return Value

The list of strings for the keys in schema.

Details

Introspects the list of keys in schema. You should probably not be calling this function from "normal" code, since you should already know what keys are in your schema. This function is intended for introspection reasons.
 

See also

2026-03-24