IconTheme.getIconNames

Lists the names of icons in the current icon theme.

class IconTheme
string[]
getIconNames
()

Return Value

Type: string[]

a string array holding the names of all the icons in the theme. You must free the array using g_strfreev().

Meta