GLib.Variant.prototype.get_int32
function get_int32(): Number(gint32) { // Gjs wrapper for g_variant_get_int32() }
Returns the 32-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_INT32.
Since 2.24
- Returns
a #gint32