Method
GLib Variantget_uint64
since: 2.24
Declaration [src]
guint64
g_variant_get_uint64(
GVariant*value
)
Description [src]
Returns the 64-bit unsigned integer value of value.
It is an error to call this function with a value of any type
other than G_VARIANT_TYPE_UINT64.
Available since: 2.24
Return value
Type: guint64
A #guint64.