Method

VteTerminalget_termprop_uint_by_id

since: 0.78

Declaration [src]

gboolean
vte_terminal_get_termprop_uint_by_id (
  VteTerminal* terminal,
  int prop,
  uint64_t* valuep
)

Description [src]

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

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.

Return value

Type: gboolean

TRUE iff the termprop is set.