Method

VtePropertiesget_property_double_by_id

unstable since: 0.82

Declaration [src]

gboolean
vte_properties_get_property_double_by_id (
  const VteProperties* properties,
  int prop,
  double* valuep
)

Description [src]

Like vte_properties_get_property_double() except that it takes the property by ID. See that function for more information.

Available since: 0.82

Parameters

prop

Type: int

A property ID.

valuep

Type: double*

A location to store the value, or NULL.

The argument will be set by the function.
The argument can be NULL.

Return value

Type: gboolean

TRUE iff the property is set.