New_Rendition
Functions
HIC_Rendition const * | HIC_New_Rendition |
void | HIC_Free_Rendition |
Detailed Description
-
group
New_Rendition
Function Documentation
-
HIC_Rendition const *
HIC_New_Rendition
(HIC_Rendition const *nr) This function creates a new rendition.
Parameters: nr – A pointer to a const HIC_Rendition. Returns: A pointer to a const HIC_Rendition.
-
void
HIC_Free_Rendition
(HIC_Rendition const *nr) This function destroys the rendition and frees the memory allocated for it.
Parameters: nr – A pointer to a const HIC_Rendition.