Package: gobject

Function gobject:is-object

Lambda List

gobject:is-object (object)

Arguments

object -- a valid g:type-instance instance to check

Details

Checks whether the object argument is of "GObject" type or derived from it.

Example

(g:is-object (make-instance 'gtk-button)) => T    
 

See also

2023-12-1