Function
Purplegdk_pixbuf_is_opaque
unstable since: 3.0
Declaration [src]
gboolean
purple_gdk_pixbuf_is_opaque (
GdkPixbuf* pixbuf
)
Description [src]
Returns TRUE if the GdkPixbuf is opaque, as determined by no alpha at any of the edge pixels.
Available since: 3.0
Parameters
pixbuf
-
Type:
GdkPixbuf
The pixbuf.
The data is owned by the caller of the function.