GObject.UInt
GObject.UInt represents the guint type in the GObject type system. You can pass this class object to methods taking a GObject.Type.
A guint value is an integer numeric value between 0 and 4294967295, that is, an unsigned 32 bit value.
Creating a new object with new GObject.UInt returns a Number object with value 0.
Calling GObject.UInt(arg) will coerce the argument to a number.