Access to data path names 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.
◆ oySCOPE_MACHINE
#define oySCOPE_MACHINE 0x08 |
◆ oySCOPE_OYRANOS
#define oySCOPE_OYRANOS 0x04 |
use Oyranos installation data scope
◆ oyPATH_TYPE_e
data type selectors
Enumerator |
---|
oyPATH_ICC | ICC profile path
|
oyPATH_POLICY | policy data
|
oyPATH_MODULE | module data
|
◆ oySCOPE_e
Select Scope for Installation or Configurations.
Enumerator |
---|
oySCOPE_USER_SYS | do not limit search to one scope
|
oySCOPE_USER | use user data scope
|
oySCOPE_SYSTEM | use system data scope
|
◆ oyGetInstallPath()
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.
- Version
- Oyranos: 0.9.6
- Date
- 2016/03/16
- Since
- 2015/02/08 (Oyranos: 0.9.6)
References oyPATH_ICC, and oySCOPE_USER.