Handbook
Glossary
gtk_icon_theme_lookup_icon_for_scale ( icon_theme icon_name size scale flags -- GtkIconInfo* )
Vocabulary
gtk3
.
ffi
Inputs
icon_theme
an
object
icon_name
an
object
size
an
object
scale
an
object
flags
an
object
Outputs
GtkIconInfo*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
gtk3.ffi
LIBRARY:
gtk3
FUNCTION:
GtkIconInfo*
gtk_icon_theme_lookup_icon_for_scale
( GtkIconTheme* icon_theme, gchar* icon_name,
gint
size,
gint
scale,
GtkIconLookupFlags
flags )