Function
Bablicc_make_space
Declaration [src]
const Babl*
babl_icc_make_space (
const char* icc_data,
int icc_length,
BablIccIntent intent,
const char** error
)
Parameters
icc_data |
const char* |
| No description available. | |
| The data is owned by the caller of the function. | |
| The value is a NUL terminated UTF-8 string. | |
icc_length |
int |
| No description available. | |
intent |
BablIccIntent |
| No description available. | |
error |
const char** |
| No description available. | |
| The data is owned by the caller of the function. | |
| The value is a NUL terminated UTF-8 string. |
Return value
| Returns: | Babl |
| No description available. | |
| The data is owned by the called function. |