| Import line: | GdkPixbuf = imports.gi.GdkPixbuf; |
| GIR File: | GdkPixbuf-2.0.gir |
| C documentation: | GdkPixdata |
| Struct : | Pixdata |
| Properties | Defined By | |
|---|---|---|
|
height : guint32
|
GdkPixbuf.Pixdata | |
|
length : gint32
|
GdkPixbuf.Pixdata | |
|
magic : guint32
|
GdkPixbuf.Pixdata | |
|
pixdata_type : guint32
|
GdkPixbuf.Pixdata | |
|
pixel_data : guint8
|
GdkPixbuf.Pixdata | |
|
rowstride : guint32
|
GdkPixbuf.Pixdata | |
|
width : guint32
|
GdkPixbuf.Pixdata | |
| Method / Constructor | Defined By | |
|---|---|---|
|
new GdkPixbuf.Pixdata
()
Create a new GdkPixbuf.Pixdata
Create a new GdkPixbuf.Pixdata
|
||
|
Deserializes (reconstruct) a GdkPixdata structure from a byte stream.
Deserializes (reconstruct) a GdkPixdata structure from a byte stream.
The byte stream consists of a straightforward writeout of the GdkPixdata fields in network byte order, plus the pixel_data bytes the structure points to. The pixdata contents are reconstructed byte by byte and are checked for validity. This function may fail with GDK_PIXBUF_CORRUPT_IMAGE or GDK_PIXBUF_ERROR_UNKNOWN_TYPE. FALSE otherwise.
|
GdkPixbuf.Pixdata | |
|
Serializes a GdkPixdata structure into a byte stream.
Serializes a GdkPixdata structure into a byte stream.
The byte stream consists of a straightforward writeout of the GdkPixdata fields in network byte order, plus the pixel_data bytes the structure points to. GdkPixdata structure.
|
GdkPixbuf.Pixdata | |
| None |