get_string_list
Description:
Looks up a string list value in the keyfile backing this.
The key is looked up in the "Desktop Entry" group.
Parameters:
| this | |
| key |
the key to look up |
| length |
return location for the number of returned strings, or null |
Returns:
|
a null-terminated string array or null if the specified key cannot be found. The array should be freed with strfreev. |