]> git.ipfire.org Git - thirdparty/vala.git/commit
gobject-2.0: Add missing GType constants for fundamentals
authorGeorge Barrett <bob@bob131.so>
Thu, 30 Nov 2017 13:05:42 +0000 (00:05 +1100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sat, 9 Dec 2017 13:34:50 +0000 (14:34 +0100)
commit9d88b804359c20c5633d990135607ddb728a95d9
tree965c99292ee583a80c497ab637bbf5275a2d785c
parent6544f8d83cbdb0b185503bfcf354deb67871e287
gobject-2.0: Add missing GType constants for fundamentals

At present, only a handful of the G_TYPE_* are declared as constants
GType defines, adding a hurdle to vala programs wanting to use
GObject's fundamental type introspection facilities.

This commit simply adds declarations for all the constant-valued GTypes
listed in the GObject documentation.

https://bugzilla.gnome.org/show_bug.cgi?id=791023
vapi/gobject-2.0.vapi