Settings.listKeys

Introspects the list of keys on @settings.

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.

You should free the return value with g_strfreev() when you are done with it.

More...
class Settings
string[]
listKeys
()

Return Value

Type: string[]

a list of the keys on @settings, in no defined order

Detailed Description

Deprecated: Use g_settings_schema_list_keys() instead.

Meta