Previous: Object types, Up: Object types
Return the name of the object identified by OID, or NULL if it is an unnamed object.
Creates a new object into the data model of type OBJECT_TYPE. The object is created to contain OBJECT_DATA.
The
otype->callbacks->createcallback is called with OBJECT_DATA.
Destroys the object identified with OID.
The
otype->callbacks->destroycallback is called.
Destroys the collection of objects identified by NAME.
The
otype->callbacks->destroycallback is called for each object in the collection.
Set OBJECT_DATA as the private data of the object identified by OID.
The
otype->callbacks->setcallback is called with OBJECT_DATA.