Function
VteUuidnew_from_string
Declaration [src]
VteUuid*
vte_uuid_new_from_string (
const char* str,
gssize len,
VteUuidFormat fmt
)
Parameters
str
-
Type:
const char*
No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. len
-
Type:
gssize
No description available.
fmt
-
Type:
VteUuidFormat
No description available.
Return value
Type: VteUuid
No description available.
The caller of the function takes ownership of the data, and is responsible for freeing it. |