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: intA property ID. 
- color
- 
            Type: GdkRGBAA GdkRGBAto fill in.The argument will be set by the function. The argument can be NULL.The returned data is owned by the instance.