![]() |
Oyranos Color Management System API |
#include <oyranos_object.h>#include "oyStruct_s.h"#include "oyOption_s.h"#include "oyObserver_s.h"Data Structures | |
| struct | oyOptions_s |
| generic Options More... | |
Functions | |
| OYAPI int OYEXPORT | oyOptions_Handle (const char *registration, oyOptions_s *options, const char *command, oyOptions_s **result) |
| Handle a request by a module. More... | |
[Template file inheritance graph] +-> oyOptions_s.template.h | +-> BaseList_s.h | +-> Base_s.h | +– oyStruct_s.template.h
Oyranos is an open source Color Management System
| OYAPI int OYEXPORT oyOptions_Handle | ( | const char * | registration, |
| oyOptions_s * | options, | ||
| const char * | command, | ||
| oyOptions_s ** | result | ||
| ) |
Handle a request by a module.
| [in] | registration | the module selector |
| [in] | options | options |
| [in] | command | the command to handle |
| [out] | result | options to the policy module |
References oyCMMapiFilters_s::oyCMMapiFilters_Count(), oyCMMapiFilters_s::oyCMMapiFilters_Get(), oyCMMapiFilters_s::oyCMMapiFilters_Release(), oyFilterRegistrationMatch(), oyOBJECT_CMM_API10_S, and oyOBJECT_OPTIONS_S.