Oyranos Colour Management System API
Functions
Default Profiles API

Functions

int oySetDefaultProfile (oyPROFILE_e type, const char *file_name)
int oySetDefaultProfileBlock (oyPROFILE_e type, const char *file_name, void *mem, size_t size)
char * oyGetDefaultProfileName (oyPROFILE_e type, oyAlloc_f allocate_func)

Detailed Description

Functions to handle and configure default profiles.

See also:
path_names

Function Documentation

char* oyGetDefaultProfileName ( oyPROFILE_e  type,
oyAlloc_f  allocate_func 
)

Gets a default profile filename.

Parameters:
typethe kind of default profile
allocate_functhe allocation function needed to reserve memory for the filename string
Returns:
filename
int oySetDefaultProfile ( oyPROFILE_e  type,
const char *  file_name 
)

Sets a profile, which is available in the current configured path.

Parameters:
typethe kind of default profile
file_namethe profile which shall become the default for the above specified profile type
Returns:
success
int oySetDefaultProfileBlock ( oyPROFILE_e  type,
const char *  file_name,
void *  mem,
size_t  size 
)

Sets a profile, which is available in the current configured path.

Parameters:
typethe kind of default profile
file_namethe profile which shall become the default for the above specified profile type
memthe memory containing the profile
sizethe profile size in mem
Returns:
success