Package: gobject

Function g-type-instance-class

Lambda List

g-type-instance-class (instance)

Arguments

instance -- a g-type-instance structure

Return Value

The g-type-class structure of instance.

Details

Get the class structure of a given instance structure. This function should only be used in type implementations.

Examples

(g-type-instance-class (make-instance 'gtk-button))
=> #.(SB-SYS:INT-SAP #X0813E608)
(g-type-from-class *)
=> #<GTYPE :name "GtkButton" :id 134914160>    
 

See also

2020-11-14