girepository: gchar is a signed type
authorMartin Pitt <martinpitt@gnome.org>
Fri, 11 Jan 2013 07:42:27 +0000 (08:42 +0100)
committerMartin Pitt <martinpitt@gnome.org>
Fri, 11 Jan 2013 09:09:25 +0000 (10:09 +0100)
commitee36c78b0c11763a69203e8ef14d74543698473a
tree3ad85bcd3d333070d438c9468a912582967ad572
parent6ad132c69c74f46f54d770835ea45e8a58fbd612
girepository: gchar is a signed type

gchar is signed, not unsigned. Add "guchar" alias as unsigned for completeness
(but usually it appears as guint8).

https://bugzilla.gnome.org/show_bug.cgi?id=691524
girepository/girparser.c
tests/repository/gitypelibtest.c