API for the DtMyObject class. More...
Go to the source code of this file.
Typedefs | |
| typedef struct DtMyObject | DtMyObject |
Functions | |
| void | dt_my_object_delete (DtMyObject *obj) |
| Destructor for DtMyObject class. More... | |
| void * | dt_my_object_get (DtMyObject *obj) |
| Retrieve the data stored in this object. More... | |
| DtMyObject * | dt_my_object_new (void *data) |
| Constructor for DtMyObject class. More... | |
API for the DtMyObject class.
The DtMyObject class contains super special data.
| void dt_my_object_delete | ( | DtMyObject * | obj | ) |
Destructor for DtMyObject class.
| obj | data object to be destroyed |
| void* dt_my_object_get | ( | DtMyObject * | obj | ) |
Retrieve the data stored in this object.
| obj | data object |
| DtMyObject* dt_my_object_new | ( | void * | data | ) |
Constructor for DtMyObject class.
| data | a pointer to some super special data |
1.8.5