c
Back to Seed Clases

GdkPixbuf


Classes

Interfaces

Structs

Unions

Enums

Enum GdkPixbuf.Colorspace

Import line: GdkPixbuf = imports.gi.GdkPixbuf;
GIR File: GdkPixbuf-2.0.gir
C documentation: GdkColorspace
Enum : Colorspace
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
GdkPixbuf.Pixbuf
Property
colorspace : GdkPixbuf.Colorspace
GdkPixbuf.Pixbuf
Method
new GdkPixbuf.Pixbuf.c_new (Colorspace colorspace, gboolean has_alpha, gint32 bits_per_sample, gint32 width, gint32 height) : GdkPixbuf.Pixbuf
Create a new GdkPixbuf.Pixbuf
GdkPixbuf.Pixbuf
Method
new GdkPixbuf.Pixbuf.from_data (String data, Colorspace colorspace, gboolean has_alpha, gint32 bits_per_sample, gint32 width, gint32 height, gint32 rowstride, Function destroy_fn, void* destroy_fn_data) : GdkPixbuf.Pixbuf
Create a new GdkPixbuf.Pixbuf
GdkPixbuf.Pixbuf
Method
get_colorspace () : GdkPixbuf.Colorspace
Shell
Method
Shell.util_create_pixbuf_from_data (String data, guint64 len, Colorspace colorspace, gboolean has_alpha, gint32 bits_per_sample, gint32 width, gint32 height, gint32 rowstride) : GdkPixbuf.Pixbuf
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sun Oct 07 2012 17:20:01 GMT+0800 (HKT)