RecentInfo.getGroups

Returns all groups registered for the recently used item info.

The array of returned group names will be null terminated, so length might optionally be null.

class RecentInfo
string[]
getGroups
()

Return Value

Type: string[]

a newly allocated null terminated array of strings. Use glib.global.strfreev to free it.