Method

VtePropertiesget_property_rgba_by_id

unstable since: 0.82

Declaration [src]

gboolean
vte_properties_get_property_rgba_by_id (
  const VteProperties* properties,
  int prop,
  GdkRGBA* color
)

Description [src]

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

color

Type: GdkRGBA

A GdkRGBA to fill 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 is set.