| OpenICC-Configuration-API - Version 0.1.0 |
Macros | |
| #define | OI_DEBUG "OI_DEBUG" |
| customisable messages More... | |
Enumerations | |
| enum | openiccMSG_e { openiccMSG_ERROR = 300, openiccMSG_WARN, openiccMSG_DBG } |
| message classes More... | |
Functions | |
| int | openiccInit (void) |
| init the library; optionally More... | |
| int | openiccVersion (void) |
| runtime version More... | |
| #define OI_DEBUG "OI_DEBUG" |
customisable messages
Referenced by openiccInit().
| enum openiccMSG_e |
| int openiccInit | ( | void | ) |
init the library; optionally
Additionally use setlocale() somewhere in your application.
return -1 for no USE_GETTEXT defined, otherwise 1
References OI_DEBUG, and openiccVersion().
| int openiccVersion | ( | void | ) |
runtime version
Referenced by openiccInit().