| gtkIconThemeListIcons {RGtk2} | R Documentation |
Lists the icons in the current icon theme. Only a subset of the icons can be listed by providing a context string. The set of values for the context string is system dependent, but will typically include such values as 'apps' and 'mimetypes'.
gtkIconThemeListIcons(object, context = NULL)
|
[GtkIconTheme] a GtkIconTheme |
|
[character] a string identifying a particular type of icon,
or NULL to list all icons. |
Since 2.4
[list] a list list holding the names of all the
icons in the theme. You must first free each element
in the list with g\Free(), then free the list itself
with g\List\Free().
Derived by RGtkGen from GTK+ documentation