Function
Purplegdk_pixbuf_from_image
unstable since: 3.0
Declaration [src]
GdkPixbuf*
purple_gdk_pixbuf_from_image (
PurpleImage* image
)
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. |