gobject.GBoxedan object containing an opaque chunk of dataSynopsisgobject.GBoxedcopyAncestry+-- gobject.GBoxed
Descriptiongobject.GBoxed
is an abstract base class that encapsulates an opaque chunk of data to
provide an object-oriented interface and a type that is registered with the
GLIB type system. A boxed type is registered with
functions that provide for the copying and freeing of the underlying data
structure - this allows PyGTK to encapsulate these as Python objects.Methodsgobject.GBoxed.copycopyReturns :a copy of the gobject.GBoxed
objectThe copy() method makes and returns a copy of the boxed object.