Method
VtePropertiesget_property_double
unstable since: 0.82
Declaration [src]
gboolean
vte_properties_get_property_double (
const VteProperties* properties,
const char* prop,
double* valuep
)
Description [src]
For a VTE_PROPERTY_DOUBLE
property, 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.82