Method
VtePropertiesget_property_int
unstable since: 0.82
Declaration [src]
gboolean
vte_properties_get_property_int (
const VteProperties* properties,
const char* prop,
int64_t* valuep
)
Description [src]
For a VTE_PROPERTY_INT
property, sets value
to prop
‘s value,
or to 0 if prop
is unset, or if 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 property had no value; in particular it must not clamp the values to the expected range.
Available since: 0.82