gtkIconInfoGetFilename {RGtk2}R Documentation

gtkIconInfoGetFilename

Description

Gets the filename for the icon. If the GTK_ICON_LOOKUP_USE_BUILTIN flag was passed to gtkIconThemeLookupIcon, there may be no filename if a builtin icon is returned; in this case, you should use gtkIconInfoGetBuiltinPixbuf.

Usage

gtkIconInfoGetFilename(object)

Arguments

object [GtkIconInfo] a GtkIconInfo

Details

Since 2.4

Value

[character] the filename for the icon, or NULL if gtkIconInfoGetBuiltinPixbuf should be used instead.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]