![]() |
Oyranos
0.9.7
Oyranos is a full featured Color Management System
|
#include "oyranos_cache.h"
#include "oyranos_debug.h"
#include "oyranos_i18n.h"
#include "oyranos_io.h"
#include "oyranos_internal.h"
#include "oyranos_object_internal.h"
#include "oyranos_types.h"
#include "oyranos_generic_internal.h"
#include "oyranos_module_internal.h"
#include "oyObject_s.h"
#include "oyCMMapi3_s.h"
#include "oyCMMapi4_s_.h"
#include "oyCMMapi5_s.h"
#include "oyCMMapi6_s.h"
#include "oyCMMapi9_s.h"
#include "oyCMMapi10_s_.h"
#include "oyCMMapiFilter_s_.h"
#include "oyCMMapiFilters_s.h"
#include "oyCMMapiFilters_s_.h"
#include "oyCMMapis_s.h"
#include "oyOptions_s_.h"
#include "oyStructList_s_.h"
Functions | |
size_t | oyDataTypeGetSize (oyDATATYPE_e data_type) |
oyDATATYPE_e to byte mapping More... | |
const char * | oyDataTypeToText (oyDATATYPE_e data_type) |
oyDATATYPE_e to string mapping More... | |
char | oyFilterRegistrationModify (const char *registration, oyFILTER_REG_MODE_e mode, char **result, oyAlloc_f allocateFunc) |
process a registration string More... | |
[Template file inheritance graph] +– oyranos_module.template.c
Oyranos is an open source Color Management System
char oyFilterRegistrationModify | ( | const char * | registration, |
oyFILTER_REG_MODE_e | mode, | ||
char ** | result, | ||
oyAlloc_f | allocateFunc | ||
) |
process a registration string
A semantical overview is given in Backend Modules.
[in] | registration | registration key |
[in] | mode | the processing rule |
[out] | result | allocated by allocateFunc |
[in] | allocateFunc | optional user allocator; defaults to oyAllocateFunc_ |
References OY_SLASH, and OY_SLASH_C.