API Version: 11
Library Version: 11
Generated by gi-docgen 2022.2
since: 1.0
gboolean cogl_is_bitmap ( void* object )
Checks whether object is a CoglBitmap.
object
CoglBitmap
Available since: 1.0
Type: void*
void*
A CoglObject pointer.
CoglObject
NULL
Type: gboolean
gboolean
TRUE if the passed object represents a bitmap, and FALSE otherwise.
TRUE
FALSE