list_keys


Description:

[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( deprecated = true , deprecated_since = "2.46" ) ]
public string[] list_keys ()

Warning: list_keys is deprecated since 2.46.

Introspects the list of keys on this.

Note:

Use [method@Gio.SettingsSchema.list_keys] instead.

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 [func@GLib.strfreev] when you are done with it.

Parameters:

this

the settings object

Returns:

a list of the keys on this, in no defined order