Method
GLib Variantget_int32
since: 2.24
Declaration [src]
gint32
g_variant_get_int32(
GVariant*value
)
Description [src]
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.
Available since: 2.24
Return value
Type: gint32
A #gint32.