Method
VteTerminalget_termprop_double
since: 0.78
Declaration [src]
gboolean
vte_terminal_get_termprop_double (
VteTerminal* terminal,
const char* prop,
double* valuep
)
Description [src]
For a VTE_PROPERTY_DOUBLE
termprop, sets value
to prop
‘s value,
which is finite; or to 0.0 if prop
is unset, or prop
is not a
registered property.
Available since: 0.78