[ Version ( since = "0.78" ) ]
public bool get_termprop_uint (string prop, out uint64 valuep)
For a vte_property_uint termprop, sets value to prop's value, or to 0 if
prop is unset, or prop is not a registered property.
If only a subset or range of values are acceptable for the given property, the caller must validate the returned value and treat any out-of-bounds value as if the termprop had no value; in particular it *must not* clamp the values to the expected range.
| this |
a Terminal |
| prop |
a termprop name |
| valuep |
a location to store the value, or null |
|
true iff the termprop is set |