Types
gboolean = cint
gint32 = int32
gint64 = int64
GMutex = object
GObject = object
GObjectClass = object of RootObj
GOptionGroup = object
GParamSpec = object
GType = culong
guint = uint
guint32 = uint32
guint64 = uint64
GValue = object
Procs
proc g_object_unref(obj: pointer) {.cdecl, importc, header: "glib-object.h", ...raises: [], tags: [], forbids: [].}