Function

Purplegdk_pixbuf_from_image

since: 3.0

Declaration [src]

GdkPixbuf*
purple_gdk_pixbuf_from_image (
  PurpleImage* image
)

Description [src]

Create a GdkPixbuf from a PurpleImage.

Available since: 3.0

Parameters

image

Type: PurpleImage

A PurpleImage.

The data is owned by the caller of the function.

Return value

Type: GdkPixbuf

A GdkPixbuf created from the image.

The caller of the function takes ownership of the data, and is responsible for freeing it.