![]() |
Oyranos
0.9.7
Oyranos is a full featured Color Management System
|
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. | |
| Oyjl JSON Parsing | |
| Easy to use JSON API. | |
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(), 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.
| char* oyVersionString | ( | int | type, |
| oyAlloc_f | allocateFunc | ||
| ) |
give the configure options for Oyranos
| [in] | type |
|
| allocateFunc | user allocator, e.g. malloc |