|
Functions |
dm_int | DM_Initialize (CONST char *appname, CONST char **argv, int argc) |
| Initialize the daim library.
|
void | DM_Finalize () |
| Release all ressources used by the Daim library.
|
void * | DM_Sethandler (void *data, void *handler, int handler_type) |
void * | DM_GetInstance () |
| Return interface to the run-time instance of the library.
|
const char_t * | DM_GetMimeType (const char_t *filename) |
| Return the mime type associated to the file filename .
|
dm_long_ptr | DM_GetModule (const char_t *urn, const char_t *modulename, dm_uint _version) |
| Return a resident module associated to the specific urn.
|
void | DM_ReleaseModule (const char_t *urn, const char_t *modulename) |
| Remove a module from the resident list. This does not mean that the module is unloaded from the memory due to the fact that instances could be still referenced.
|