Cogl.is_bitmap

function is_bitmap(object: void): Cogl.Bool {
    // Gjs wrapper for cogl_is_bitmap()
}
  

Checks whether object is a Cogl.Bitmap

Since 1.0

object

a Cogl.Object pointer

Returns

true if the passed object represents a bitmap, and false otherwise