The m17n Library 1.8.4
|
API provided by libm17n-core.so
More...
Modules | |
Managed Object | |
Objects managed by the reference count | |
Symbol | |
Symbol objects and API for them. | |
Property List | |
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. | |
Database | |
The m17n database and API for it. | |
Macros | |
#define | M17N_FUNC(func) ((M17NFunc) (func)) |
Wrapper for a generic function type. | |
Typedefs | |
typedef void(* | M17NFunc) (void) |
Generic function type. | |
API provided by libm17n-core.so
#define M17N_FUNC | ( | func | ) | ((M17NFunc) (func)) |
Wrapper for a generic function type.
The macro M17N_FUNC() casts a function to the type M17NFunc.