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