get_string_list


Description:

[ 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.

Parameters:

this

a DesktopAppInfo

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.