![]() |
Oyranos Colour Management System API |
Functions | |
void | oyI18NSet (int active, int reserved) |
switch internationalisation of strings on or off | |
const char * | oyLanguage (void) |
get language code | |
const char * | oyCountry (void) |
get country code | |
const char * | oyLang (void) |
get LANG code/variable | |
void | oyI18Nreset (void) |
reset i18n language and country variables | |
int | oyVersion (int type) |
give the compiled in library version | |
char * | oyVersionString (int type, oyAlloc_f allocateFunc) |
give the configure options for Oyranos | |
int | oyProfileGetMD5 (void *buffer, size_t size, unsigned char *md5_return) |
calculate a md5 digest beginning after the header offset |
Miscellaneous stuff.
const char* oyCountry | ( | void | ) |
get country code
void oyI18Nreset | ( | void | ) |
reset i18n language and country variables
void oyI18NSet | ( | int | active, |
int | reserved | ||
) |
switch internationalisation of strings on or off
active | bool |
reserved | for future use |
const char* oyLang | ( | void | ) |
get LANG code/variable
const char* oyLanguage | ( | void | ) |
get language code
int oyProfileGetMD5 | ( | void * | buffer, |
size_t | size, | ||
unsigned char * | md5_return | ||
) |
calculate a md5 digest beginning after the header offset
The md5 implementation is written by L. Peter Deutsch
[in] | buffer | complete profiles buffer |
[in] | size | over all profile size |
[out] | md5_return | buffer to write in the md5 digest (128 bytes) |
int oyVersion | ( | int | type | ) |
give the compiled in library version
[in] | type | 0 - Oyranos API 1 - start month 2 - start year 3 - development last month 4 - development last year |
Referenced by oyVersionString().
char* oyVersionString | ( | int | type, |
oyAlloc_f | allocateFunc | ||
) |
give the configure options for Oyranos
[in] | type |
|
allocateFunc | user allocator, e.g. malloc |
References oyVersion().