Method
VteTerminalget_termprop_int
since: 0.78
Declaration [src]
gboolean
vte_terminal_get_termprop_int (
VteTerminal* terminal,
const char* prop,
int64_t* valuep
)
Description [src]
For a VTE_PROPERTY_INT
termprop, 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 termprop had no value; in particular it must not clamp the values to the expected range.
Available since: 0.78