Method

PurpleImageget_data

since: 3.0

Declaration [src]

gconstpointer
purple_image_get_data (
  PurpleImage* image
)

Description [src]

Returns the pointer to the buffer containing image data.

Available since: 3.0

Return value

Type: gconstpointer

The image data.

The data is owned by the instance.
The return value can be NULL.