getVal

Template to get multiple values from a GVariant

  1. T getVal(GVariant* v)
  2. auto getVal(GVariant* v)
    getVal
    (
    T...
    )
    if (
    T.length > 1
    )

Parameters

T

D types of the values to get

v GVariant*

GVariant struct pointer

Return Value

Type: auto

A tuple containing the values from the Variant of the specified types