Next: , Previous: define-g-boxed-opaque, Up: GBoxed


4.12.4 g-boxed-opaque

— Class: g-boxed-opaque
     (defclass g-boxed-opaque ()
       ((pointer :initarg :pointer
                 :initform nil
                 :accessor g-boxed-opaque-pointer)))

A class that is the base class for wrappers of opaque structures. Contains a pointer to the wrapped opaque structure.

Accessor function g-boxed-opaque-pointer is used to access the pointer. Pointer should not be modified directly, only read.