Method

VtePropertiesget_property_data_by_id

unstable since: 0.82

Declaration [src]

const uint8_t*
vte_properties_get_property_data_by_id (
  const VteProperties* properties,
  int prop,
  size_t* size
)

Description [src]

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

size

Type: size_t*

A location to store the size of the data.

The argument will be set by the function.

Return value

Type: An array of guint8

The property’s value, or NULL.

The length of the array is in the size argument.
The returned data is owned by the instance.
The return value can be NULL.