public weak uint8[] pixel_data;
public bool deserialize ([CCode (array_length_pos = 0.9)] uint8[] stream) throws GLib.Error;
public void* from_pixbuf (Gdk.Pixbuf pixbuf, bool use_rle);
- public unowned uint8[] serialize ();
+ public uint8[] serialize ();
public unowned GLib.StringBuilder to_csource (string name, Gdk.PixdataDumpType dump_type);
}
[CCode (cprefix = "GDK_COLORSPACE_", cheader_filename = "gdk-pixbuf/gdk-pixdata.h")]
GdkPixdata.pixel_data type_name="uint8" is_array="1"
gdk_pixdata_deserialize.stream type_name="uint8" is_array="1" array_length_pos="0.9"
gdk_pixdata_deserialize.stream_length hidden="1"
-gdk_pixdata_serialize type_name="uint8" is_array="1" transfers_ownership="1"
+gdk_pixdata_serialize type_name="uint8" is_array="1" transfer_ownership="1"
gdk_pixdata_serialize.stream_length_p hidden="1"