[ CCode ( array_length_type = "gsize" ) ]
public string[] get_string_list (string key)
Looks up a string list value in the keyfile backing this.
The key
is looked up in the "Desktop Entry" group.
this | |
key |
the key to look up |
length |
return location for the number of returned strings, or null |
a null-terminated string array or null if the specified key cannot be found. The array should be freed with strfreev. |