option_get_all_names
Description:
[ CCode ( array_length = true , array_length_pos = 0.1 , array_length_type = "guint" , array_null_terminated = true ) ]
[ Version ( since = "1.26" ) ]
public unowned string[]? option_get_all_names ()
[ Version ( since = "1.26" ) ]
public unowned string[]? option_get_all_names ()
Gives the name of all set options.
Parameters:
this |
the Setting |
Returns:
A null terminated array of key names. If no names are present, this returns null. The returned array and the names are owned by nmsetting and might be invalidated by the next operation. |