Method
VteTerminalref_termprop_data_bytes_by_id
since: 0.78
Declaration [src]
GBytes*
vte_terminal_ref_termprop_data_bytes_by_id (
VteTerminal* terminal,
int prop
)
Description [src]
Like vte_terminal_ref_termprop_data_bytes()
except that it takes the termprop
by ID. See that function for more information.
Available since: 0.78
Return value
Type: GBytes
The property’s value as a GBytes
, or NULL
.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |