Modules | |
Managed Object | |
Managed objects are objects managed by the reference count. | |
Symbol | |
Symbol objects and API for them. | |
Property List | |
Property List objects and API for them. | |
Character | |
Character objects and API for them. | |
Chartable | |
Chartable objects and API for them. | |
M-text | |
M-text objects and API for them. | |
Text Property | |
Function to handle text properties. | |
Defines | |
#define | M17N_FUNC(func) ((M17NFunc) (func)) |
Wrapper for a generic function type. | |
Typedefs | |
typedef void(*) | M17NFunc (void) |
Generic function type. |
#define M17N_FUNC | ( | func | ) | ((M17NFunc) (func)) |
The macro M17N_FUNC() casts a function to the type M17NFunc.
typedef void(*) M17NFunc(void) |