Method

VtePropertiesdup_property_uuid_by_id

unstable since: 0.82

Declaration [src]

VteUuid*
vte_properties_dup_property_uuid_by_id (
  const VteProperties* properties,
  int prop
)

Description [src]

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

Return value

Type: VteUuid

The property’s value as a VteUuid, or NULL.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.