![]() |
Oyranos Color Management System API - Version 0.9.6 |
Miscellaneous stuff. More...
![]() |
Modules | |
Generic Objects | |
Basic objects to make all higher level object types happy. | |
Values Handling | |
Manipulate and abstract values. | |
i18n | |
Internationalisation helpers for translating UI texts. | |
Path Names | |
Access to data path names for Installation. | |
Threading | |
Asynchron processing support. |
Functions | |
int | oyVersion (int type) |
give the compiled in library version | |
char * | oyVersionString (int type, oyAlloc_f allocateFunc) |
give the configure options for Oyranos | |
icUInt16Number | oyValueUInt16 (icUInt16Number val) |
convert to network byte order on little endian machines | |
icUInt32Number | oyValueUInt32 (icUInt32Number val) |
convert to network byte order | |
icS15Fixed16Number | oyValueInt32 (icS15Fixed16Number val) |
convert to network byte order | |
unsigned long | oyValueUInt64 (icUInt64Number val) |
convert to network byte order |
Miscellaneous stuff.
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 oyICCCmmDescription(), 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(), oyProfile_s::oyProfile_GetText(), oyProfile_s::oyProfile_SetSignature(), and oyStruct_s::oyStructTypeToText().
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 |
References OYRANOS_DEVEL_MONTH, OYRANOS_DEVEL_YEAR, OYRANOS_START_MONTH, OYRANOS_START_YEAR, and OYRANOS_VERSION.
Referenced by oyObject_NewWithAllocators(), and oyVersionString().
char* oyVersionString | ( | int | type, |
oyAlloc_f | allocateFunc | ||
) |
give the configure options for Oyranos
[in] | type |
|
allocateFunc | user allocator, e.g. malloc |
References OYRANOS_VERSION_NAME, and oyVersion().