]> 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>
Thu, 7 Dec 2017 13:11:12 +0000 (14:11 +0100)
commit522303c0fd4e469bad25be95312a98c88f654907
tree25fc797c22d853a58814e69a1b6a41fa91ffd61b
parent32f8d4df73fa7b40b4339a4d01ef7fd94e1603aa
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