createVariantTuple
fn
GVariant * createVariantTuple(T...)(T vals)Template to create a new tuple GVariant from one or more D values.
Parameters
T | The D types to create the variant from |
vals | The values to assign |
Returns
New variant C instance with floating reference