RGtk2 (version 2.20.31)

gtkIconThemeLookupByGicon: gtkIconThemeLookupByGicon

Description

Looks up an icon and returns a structure containing information such as the filename of the icon. The icon can then be rendered into a pixbuf using gtkIconInfoLoadIcon.

Usage

gtkIconThemeLookupByGicon(object, icon, size, flags)

Arguments

object
icon
the GIcon to look up
size
desired icon size
flags
flags modifying the behavior of the icon lookup

Value

GtkIconInfo] a GtkIconInfo structure containing information about the icon, or NULL if the icon wasn't found.

Details

Since 2.14