Handbook
Glossary
gtk_icon_theme_load_icon ( icon_theme icon_name size flags error -- GdkPixbuf* )
Vocabulary
gtk2
.
ffi
Inputs
icon_theme
an
object
icon_name
an
object
size
an
object
flags
an
object
error
an
object
Outputs
GdkPixbuf*
an
object
Definition
USING:
alien.syntax
gdk2.pixbuf.ffi
glib.ffi
gobject-introspection.standard-types
;
IN:
gtk2.ffi
LIBRARY:
gtk2
FUNCTION:
GdkPixbuf*
gtk_icon_theme_load_icon
( GtkIconTheme* icon_theme, gchar* icon_name,
gint
size,
GtkIconLookupFlags
flags, GError* error )