getValTuple
fn
auto getValTuple(T...)(GVariant * v)Template to get one or more values from a container GVariant
Parameters
T | D types of the values to get |
v | GVariant struct pointer |
Returns
A tuple containing the values from the container Variant of the specified types