gobject-introspection r627 - trunk/giscanner
- From: walters svn gnome org
- To: svn-commits-list gnome org
- Subject: gobject-introspection r627 - trunk/giscanner
- Date: Thu, 25 Sep 2008 20:47:02 +0000 (UTC)
Author: walters
Date: Thu Sep 25 20:47:02 2008
New Revision: 627
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=627&view=rev
Log:
Bug 552564: Map guchar to uint8
Modified:
trunk/giscanner/glibast.py
Modified: trunk/giscanner/glibast.py
==============================================================================
--- trunk/giscanner/glibast.py (original)
+++ trunk/giscanner/glibast.py Thu Sep 25 20:47:02 2008
@@ -50,6 +50,7 @@
type_names['gconstpointer'] = TYPE_ANY
type_names['gsize'] = TYPE_SIZET
type_names['gssize'] = TYPE_SSIZET
+type_names['guchar'] = TYPE_UINT8
type_names['gshort'] = TYPE_INT16
type_names['gushort'] = TYPE_UINT16
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]