Cogl.is_frame_info

function is_frame_info(object: void): Cogl.Bool {
    // Gjs wrapper for cogl_is_frame_info()
}
  

Gets whether the given object references a Cogl.FrameInfo.

Since 2.0

object

A Cogl.Object pointer

Returns

true if the object references a Cogl.FrameInfo and false otherwise.