Package: glib

Function glib:variant-is-signature

Lambda List

glib:variant-is-signature (string)

Arguments

string -- a normal C nul-terminated string

Return Value

True if string is a D-Bus type signature.

Details

Determines if a given string is a valid D-Bus type signature. You should ensure that a string is a valid D-Bus type signature before passing it to the g:variant-new-signature function.

D-Bus type signatures consist of zero or more definite g:variant-type strings in sequence.
 

See also

#2024-11-20