Enumeration
GrlRank
Description [src]
Source priority ranks. Defines the order in which the resolver (or similar rank-picking mechanisms) will choose this source over an alternative one with the same function.
These constants serve as a rough guidance for defining the rank of a GrlSource. Any value is valid, including values bigger than GRL_RANK_HIGHEST.
Members
GRL_RANK_LOWEST
-
Will be chosen last or not at all.
- Value:
-64
- Nickname:
None
- Available since: 0.3
- Value:
GRL_RANK_LOW
-
Unlikely to be chosen.
- Value:
-32
- Nickname:
None
- Available since: 0.3
- Value:
GRL_RANK_DEFAULT
-
Likely to be chosen.
- Value:
0
- Nickname:
None
- Available since: 0.3
- Value:
GRL_RANK_HIGH
-
Will be chosen.
- Value:
32
- Nickname:
None
- Available since: 0.3
- Value:
GRL_RANK_HIGHEST
-
Will be chosen first.
- Value:
64
- Nickname:
None
- Available since: 0.3
- Value: