gdk_pixbuf_new_from_resource_at_scale ( resource_path width height preserve_aspect_ratio error -- GdkPixbuf* )


Vocabulary
gdk-pixbuf.ffi

Inputs
resource_pathan object
widthan object
heightan object
preserve_aspect_ratioan object
erroran object


Outputs
GdkPixbuf*an object


Definition


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 )