Cogl.is_attribute
function is_attribute(object: void): Cogl.Bool {
// Gjs wrapper for cogl_is_attribute()
}
Gets whether the given object references a Cogl.Attribute.
- object
- Returns
true if the object references a Cogl.Attribute, false otherwise