Package: gobject

Generic Function gobject:object-class-init

Lambda List

gobject:object-class-init (subclass class data)

Arguments

subclass -- a g:object class type specifier
class -- a foreign pointer to the C class
data -- a foreign pointer, always the cffi:null-pointer value

Details

The primary method installs the properties for the object class and the virtual getter and setter methods for these properties. If present, this function installs the virtual function table for the object class.
 

See also

2025-12-28