Variant.objv
Description:
Constructs an array of object paths Variant from the given array of strings.
Each string must be a valid Variant object path; see is_object_path.
If length
is -1 then strv
is null-terminated.
Parameters:
length |
the length of |
strv |
an array of strings |
Returns:
a new floating Variant instance |