![]() |
Oyranos Color Management System API - Version 0.9.6 |
Access to data path names for Installation. More...
Macros | |
#define | oySCOPE_OYRANOS 0x04 |
#define | oySCOPE_MACHINE 0x08 |
Enumerations | |
enum | oyPATH_TYPE_e { } |
data type selectors More... | |
enum | oySCOPE_e { oySCOPE_USER_SYS = 0x0 , oySCOPE_USER = 0x01 , oySCOPE_SYSTEM = 0x02 } |
Select Scope for Installation or Configurations. More... | |
Functions | |
char * | oyGetInstallPath (oyPATH_TYPE_e type, oySCOPE_e scope, oyAlloc_f allocFunc) |
get Path Name for Installation More... | |
Access to data path names for Installation.
The obtained informations can be used outside Oyranos, to do system specific operations, which do not easily fit into the library.
#define oySCOPE_MACHINE 0x08 |
use machine data scope
#define oySCOPE_OYRANOS 0x04 |
use Oyranos installation data scope
enum oyPATH_TYPE_e |
enum oySCOPE_e |
char * oyGetInstallPath | ( | oyPATH_TYPE_e | type, |
oySCOPE_e | scope, | ||
oyAlloc_f | allocFunc | ||
) |
get Path Name for Installation
Note: Not all combinations return a path name. Some make no sense. So be careful and test the result. The returned paths are absolute.
oyPATH_MODULE + oySCOPE_USER and oyPATH_MODULE + oySCOPE_OYRANOS are supported. ::oyPATH_SCRIPT gives no result at all.
References oyPATH_ICC, and oySCOPE_USER.