![]() |
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 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... | |
Miscellaneous stuff.
| icS15Fixed16Number oyValueInt32 | ( | icS15Fixed16Number | val | ) |
convert to network byte order
| icUInt16Number oyValueUInt16 | ( | icUInt16Number | val | ) |
convert to network byte order on little endian machines
| icUInt32Number oyValueUInt32 | ( | icUInt32Number | val | ) |
convert to network byte order
Referenced by oyICCCmmDescription(), oyICCDeviceClassDescription(), oyICCTechnologyDescription(), oyProfile_s::oyProfile_AddDevice(), and oyProfile_s::oyProfile_AddTagText().
| 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().