Method
VtePropertiesget_property_flags_by_id
unstable since: 0.82
Declaration [src]
gboolean
vte_properties_get_property_flags_by_id (
  const VteProperties* properties,
  int prop,
  GType gtype,
  gboolean ignore_unknown_flags,
  uint64_t* valuep
)
Description [src]
Like vte_properties_get_property_flags() except that it takes the property
by ID. See that function for more information.
Available since: 0.82
Parameters
- prop
- 
            Type: intA property ID of a VTE_PROPERTY_STRINGproperty.
- gtype
- 
            Type: GTypeA GTypeof a flags type.
- ignore_unknown_flags
- 
            Type: gbooleanWhether to ignore unknown flags. 
- valuep
- 
            Type: uint64_t*A location to store the value, or NULL.The argument will be set by the function. The argument can be NULL.