list_keys


Description:

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

Introspects the list of keys on this.

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.

Parameters:

this

a SettingsSchema

Returns:

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