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: intA property ID. 
- gvalue
- 
            Type: GValueA GValueto be filled in.The argument will be set by the function. The argument can be NULL.The returned data is owned by the instance.