GObject.Int

GObject.Int represents the gint type in the GObject type system. You can pass this class object to methods taking a GObject.Type.

A gint value is an integer numeric value between -2147483648 and 214748364887, that is, a signed 32 bit value.

Creating a new object with new GObject.Int returns a Number object with value 0.

Calling GObject.Int(arg) will coerce the argument to a number.