![]() |
Oyranos
git-devel
Oyranos is a full featured Color Management System
|
Access to data path names for Installation. More...
![]() |
Macros | |
#define | oySCOPE_OYRANOS 0x04 |
#define | oySCOPE_MACHINE 0x08 |
Enumerations | |
enum | oyPATH_TYPE_e { , oyPATH_ICC = 0x01, oyPATH_POLICY = 0x02, oyPATH_MODULE = 0x04, oyPATH_SCRIPT = 0x08, oyPATH_CACHE = 0xf0, oyPATH_LOGO = 0xf1 } |
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.