Converts a GdkPixbuf to a GdkPixdata.
If use_rle is TRUE, the pixel data is run-length encoded into newly-allocated memory and a pointer to that memory is returned.
the data to fill pixdata with.
whether to use run-length encoding for the pixel data.
If use_rle is TRUE, a pointer to the newly-allocated memory for the run-length encoded pixel data, otherwise NULL.
Deprecated: Use #GResource instead.
See Implementation
Converts a GdkPixbuf to a GdkPixdata.
If use_rle is TRUE, the pixel data is run-length encoded into newly-allocated memory and a pointer to that memory is returned.