![]() |
Oyranos Color Management System API |
Miscellaneous stuff. More...
![]() |
Modules | |
Generic object system | |
Basic objects to make all higher level object types happy. | |
Values Handling | |
Manipulate and abstract values. | |
Functions | |
const char * | oyLanguage (void) |
get language code More... | |
const char * | oyCountry (void) |
get country code More... | |
const char * | oyLang (void) |
get LANG code/variable More... | |
void | oyI18Nreset (void) |
reset i18n language and country variables More... | |
int | oyVersion (int type) |
give the compiled in library version More... | |
char * | oyVersionString (int type, oyAlloc_f allocateFunc) |
give the configure options for Oyranos More... | |
icUInt16Number | oyValueUInt16 (icUInt16Number val) |
convert to network byte order on little endian machines More... | |
icUInt32Number | oyValueUInt32 (icUInt32Number val) |
convert to network byte order More... | |
icS15Fixed16Number | oyValueInt32 (icS15Fixed16Number val) |
convert to network byte order More... | |
unsigned long | oyValueUInt64 (icUInt64Number val) |
convert to network byte order More... | |
void | oyI18NSet (int active, int reserved) |
switch internationalisation of strings on or off More... | |
Miscellaneous stuff.
const char* oyCountry | ( | void | ) |
get country code
Referenced by oyProfileTag_s::oyProfileTag_GetText().
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
Referenced by oyProfileTag_s::oyProfileTag_GetText().
icS15Fixed16Number oyValueInt32 | ( | icS15Fixed16Number | val | ) |
convert to network byte order
Referenced by oyProfile_s::oyProfile_GetSignature(), and oyProfile_s::oyProfile_SetSignature().
icUInt16Number oyValueUInt16 | ( | icUInt16Number | val | ) |
convert to network byte order on little endian machines
Referenced by oyProfile_s::oyProfile_GetSignature(), and oyProfile_s::oyProfile_SetSignature().
icUInt32Number oyValueUInt32 | ( | icUInt32Number | val | ) |
convert to network byte order
Referenced by oyICCDeviceClassDescription(), oyICCPlatformDescription(), oyICCTagDescription(), oyICCTagName(), oyICCTagTypeName(), oyICCTechnologyDescription(), oyProfile_s::oyProfile_AddDevice(), oyProfile_s::oyProfile_AddTagText(), oyProfile_s::oyProfile_GetMD5(), oyProfile_s::oyProfile_GetMem(), oyProfile_s::oyProfile_GetSignature(), and oyProfile_s::oyProfile_SetSignature().
unsigned long oyValueUInt64 | ( | icUInt64Number | val | ) |
convert to network byte order
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().
Referenced by oyArray2d_s::oyImage_WritePPM().