Method

VtePropertiesget_property_value_by_id

unstable since: 0.82

Declaration [src]

gboolean
vte_properties_get_property_value_by_id (
  const VteProperties* properties,
  int prop,
  GValue* gvalue
)

Description [src]

Like vte_properties_get_property_value() 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.

gvalue

Type: GValue

A GValue to be filled in.

The argument will be set by the function.
The argument can be NULL.
The returned data is owned by the instance.

Return value

Type: gboolean

TRUE iff the property has a value, with gvalue containig the property’s value.