Method

VteTerminaldup_termprop_uuid_by_id

since: 0.78

Declaration [src]

VteUuid*
vte_terminal_dup_termprop_uuid_by_id (
  VteTerminal* terminal,
  int prop
)

Description [src]

Like vte_terminal_dup_termprop_uuid() except that it takes the termprop by ID. See that function for more information.

Available since: 0.78

Parameters

prop

Type: int

A termprop 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.