Cogl.is_texture_pixmap_x11
function is_texture_pixmap_x11(object: void): Cogl.Bool {
// Gjs wrapper for cogl_is_texture_pixmap_x11()
}
Checks whether object points to a Cogl.TexturePixmapX11 instance.
Since 1.4
- object
A pointer to a Cogl.Object
- Returns
true if the object is a Cogl.TexturePixmapX11, and false otherwise