Handbook
Glossary
gdk_pixbuf_new_from_resource_at_scale ( resource_path width height preserve_aspect_ratio error -- GdkPixbuf* )
Vocabulary
gdk-pixbuf
.
ffi
Inputs
resource_path
an
object
width
an
object
height
an
object
preserve_aspect_ratio
an
object
error
an
object
Outputs
GdkPixbuf*
an
object
Definition
USING:
alien.syntax
glib.ffi
gobject-introspection.standard-types
;
IN:
gdk-pixbuf.ffi
LIBRARY:
gdk-pixbuf
FUNCTION:
GdkPixbuf*
gdk_pixbuf_new_from_resource_at_scale
( gchar* resource_path,
gint
width,
gint
height,
gboolean
preserve_aspect_ratio, GError* error )