[ Version ( since = "0.82" ) ]
public bool get_termprop_flags_by_id (int prop, Type gtype, bool ignore_unknown_flags, out uint64 valuep)
Like get_termprop_flags except that it takes the property by ID.
See that function for more information.
| this |
a Terminal |
| gtype |
a Type of a flags type |
| ignore_unknown_flags |
whether to ignore unknown flags |
| valuep |
a location to store the value, or null |
|
true iff the property was set and could be parsed a a value of flags type |