Method

GLibVariantget_int64

since: 2.24

Declaration

gint64
g_variant_get_int64 (
  GVariant* value
)

Description

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