Method
VteTerminaldup_termprop_uuid
since: 0.78
Declaration [src]
VteUuid*
vte_terminal_dup_termprop_uuid (
VteTerminal* terminal,
const char* prop
)
Description [src]
Returns the value of a VTE_PROPERTY_UUID
termprop as a VteUuid
, or NULL
if
prop
is unset, or prop
is not a registered property.
Available since: 0.78
Parameters
prop
-
Type:
const char*
A termprop name.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.
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. |