string_is_valid
Description:
Checks if type_string
is a valid GVariant type string.
This call is equivalent to calling string_scan and confirming that the following character is a nul terminator.
Parameters:
type_string |
a pointer to any string |
Returns:
true if Since 2.24 |