Functions | |
int | oySetDefaultProfile (oyDEFAULT_PROFILE type, const char *file_name) |
int | oySetDefaultProfileBlock (oyDEFAULT_PROFILE type, const char *file_name, void *mem, size_t size) |
char * | oyGetDefaultProfileName (oyDEFAULT_PROFILE type, oyAllocFunc_t allocate_func) |
char* oyGetDefaultProfileName | ( | oyDEFAULT_PROFILE | type, | |
oyAllocFunc_t | allocate_func | |||
) |
Gets a default profile filename.
type | the kind of default profile | |
allocate_func | the allocation function needed to reserve memory for the filename string |
int oySetDefaultProfile | ( | oyDEFAULT_PROFILE | type, | |
const char * | file_name | |||
) |
Sets a profile, which is available in the current configured path.
type | the kind of default profile | |
file_name | the profile which shall become the default for the above specified profile type |
int oySetDefaultProfileBlock | ( | oyDEFAULT_PROFILE | type, | |
const char * | file_name, | |||
void * | mem, | |||
size_t | size | |||
) |
Sets a profile, which is available in the current configured path.
type | the kind of default profile | |
file_name | the profile which shall become the default for the above specified profile type | |
mem | the memory containing the profile | |
size | the profile size in mem |