Cogl.is_output

function is_output(object: void): Cogl.Bool {
    // Gjs wrapper for cogl_is_output()
}
  

Gets whether the given object references a Cogl.Output.

Since 1.14

object

A Cogl.Object pointer

Returns

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