Oyranos Colour Management System API
Public Member Functions | Data Fields
oyConfDomain_s Struct Reference

a ConfDomain object More...

#include <oyranos_alpha.h>

Public Member Functions

OYAPI oyConfDomain_s *OYEXPORT oyConfDomain_FromReg (const char *registration_domain, oyObject_s object)
 allocate a new ConfDomain object
OYAPI oyConfDomain_s *OYEXPORT oyConfDomain_Copy (oyConfDomain_s *obj, oyObject_s object)
 copy or reference a ConfDomain object
OYAPI int OYEXPORT oyConfDomain_Release (oyConfDomain_s **obj)
 release and possibly deallocate a ConfDomain object
OYAPI const char *OYEXPORT oyConfDomain_GetText (oyConfDomain_s *obj, const char *name, oyNAME_e type)
 obtain a UI text from a ConfDomain object
OYAPI const char **OYEXPORT oyConfDomain_GetTexts (oyConfDomain_s *obj)
 obtain a list of possible UI text from a ConfDomain object

Data Fields

oyOBJECT_e type_
oyStruct_Copy_f copy
oyStruct_Release_f release
oyObject_s oy_

Detailed Description

a ConfDomain object

Version:
Oyranos: 0.1.10
Since:
2009/12/30 (Oyranos: 0.1.10)
Date:
2009/12/30

Field Documentation

oyStruct_Copy_f oyConfDomain_s::copy

copy function

oyObject_s oyConfDomain_s::oy_

base object

oyStruct_Release_f oyConfDomain_s::release

release function

struct type oyOBJECT_CONF_DOMAIN_S