Function

Coglis_frame_info

since: 2.0

Declaration [src]

gboolean
cogl_is_frame_info (
  void* object
)

Description [src]

Gets whether the given object references a CoglFrameInfo.

Stability: Unstable

Available since: 2.0

Parameters

object

Type: void*

A CoglObject pointer.

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

Return value

Type: gboolean

TRUE if the object references a CoglFrameInfo and FALSE otherwise.