Typedefs | |
typedef struct hmpdf_obj_s | hmpdf_obj |
Functions | |
hmpdf_obj * | hmpdf_new (void) |
int | hmpdf_delete (hmpdf_obj *d) |
typedef struct hmpdf_obj_s hmpdf_obj |
The data structure that all globally exposed functions receive a pointer to as their first argument. The user should not attempt to interact with this structure directly.
hmpdf_obj* hmpdf_new | ( | void | ) |
int hmpdf_delete | ( | hmpdf_obj * | d | ) |
Frees all memory associated with the hmpdf_obj.
[in] | d | hmpdf_obj created with hmpdf_new() |