[ 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 |
a [class@GioUnix.DesktopAppInfo] |
| 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 [ func@GLib.strfreev]. |