DesktopAppInfo.getStringList

Looks up a string list value in the keyfile backing info.

The key is looked up in the "Desktop Entry" group.

class DesktopAppInfo
string[]
getStringList
(
string key
)

Parameters

key string

the key to look up

Return Value

Type: string[]

a null-terminated string array or null if the specified key cannot be found. The array should be freed with glib.global.strfreev.