GLib.Variant.prototype.get_int64
function get_int64(): Number(gint64) { // Gjs wrapper for g_variant_get_int64() }
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.
Since 2.24
- Returns
a #gint64