Function

Coglis_bitmap

Declaration [src]

gboolean
cogl_is_bitmap (
  void* object
)

Description [src]

Checks whether object is a CoglBitmap.

Available since:1.0

Parameters

object void*
 

A CoglObject pointer.

 The argument can be NULL.
 The data is owned by the caller of the function.

Return value

Returns: gboolean
 

TRUE if the passed object represents a bitmap, and FALSE otherwise.