contain_priority
Description:
[ CCode ( sentinel = "-1" ) ]
[ Version ( since = "0.5.2" ) ]
public int contain_priority (int value, ...)
[ Version ( since = "0.5.2" ) ]
public int contain_priority (int value, ...)
Finds elements in a list, but with priority going to the preceeding entry
Parameters:
| value |
the first value we are searching for |
| ... |
additional values to search for, terminated by -1 |
| values |
a valid bitfield instance |
Returns:
|
The return enumerated type, or -1 if none are found |