]> git.ipfire.org Git - thirdparty/vala.git/commit
glib-2.0: add support for gintptr and guintptr types
authorThomas Martitz <kugel@rockbox.org>
Mon, 14 Dec 2015 09:10:28 +0000 (10:10 +0100)
committerLuca Bruno <lucabru@src.gnome.org>
Sat, 26 Dec 2015 09:39:19 +0000 (10:39 +0100)
commit4b8a50320e33dc84dcd7c7e11539c2eab0bb43bd
tree30b3bd08a8153bb19903fe83d61cd187cb85283b
parentb86073360c998cd67561b1f1477cf99a89153f76
glib-2.0: add support for gintptr and guintptr types

Modelled after existing size_t/ssize_t support, i.e. aliased to long/ulong.
Must be fixed for proper win32 support.

Fixes bug 759437
vapi/glib-2.0.vapi