external CMM module API
More...
#include "oyranos.h"
#include "oyranos_alpha.h"
#include "oyPointer_s.h"
Typedefs |
| typedef int(* | oyCMMobjectOpen_f )(oyStruct_s *data, oyPointer_s *oy) |
| | CMM data to Oyranos cache.
|
| typedef int(* | oyCMMuiGet_f )(oyOptions_s *options, char **ui_text, oyAlloc_f allocateFunc) |
| | obtain a XFORMS ui descriptionThe structures can provide a XFORMS ui based on the modules own set of options. The options are in the property of the caller.
|
Detailed Description
external CMM module API
Oyranos is an open source Colour Management System
- Copyright:
- 2007-2009 (C) Kai-Uwe Behrmann
- Author:
- Kai-Uwe Behrmann ku.b@.nosp@m.gmx..nosp@m.de
- License:
- new BSD http://www.opensource.org/licenses/bsd-license.php
- Since:
- 2007/11/12
Typedef Documentation
| typedef int(* oyCMMobjectOpen_f)(oyStruct_s *data, oyPointer_s *oy) |
CMM data to Oyranos cache.
- Parameters:
-
| [in] | data | the data struct know to the module |
| [in,out] | oy | the Oyranos cache struct to fill by the module |
- Returns:
- error
- Version:
- Oyranos: 0.1.9
- Since:
- 2007/11/00 (Oyranos: 0.1.8)
- Date:
- 2008/11/06