gobject-introspection r425 - in trunk: . girepository giscanner
- From: walters svn gnome org
- To: svn-commits-list gnome org
- Subject: gobject-introspection r425 - in trunk: . girepository giscanner
- Date: Wed, 20 Aug 2008 19:57:10 +0000 (UTC)
Author: walters
Date: Wed Aug 20 19:57:10 2008
New Revision: 425
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=425&view=rev
Log:
2008-08-20 Colin Walters <walters verbum org>
* girepository/girparser.py: And parse them.
Modified:
trunk/ChangeLog
trunk/girepository/girparser.c
trunk/giscanner/ast.py
Modified: trunk/girepository/girparser.c
==============================================================================
--- trunk/girepository/girparser.c (original)
+++ trunk/girepository/girparser.c Wed Aug 20 19:57:10 2008
@@ -197,6 +197,8 @@
{ "gunichar", GI_TYPE_TAG_UINT32, 0 },
{ "gint", GI_TYPE_TAG_INT, 0 },
{ "guint", GI_TYPE_TAG_UINT, 0 },
+ { "gshort", GI_TYPE_TAG_INT16, 0 },
+ { "gushort", GI_TYPE_TAG_UINT16, 0 },
{ "gint8", GI_TYPE_TAG_INT8, 0 },
{ "guint8", GI_TYPE_TAG_UINT8, 0 },
{ "gint16", GI_TYPE_TAG_INT16, 0 },
Modified: trunk/giscanner/ast.py
==============================================================================
--- trunk/giscanner/ast.py (original)
+++ trunk/giscanner/ast.py Wed Aug 20 19:57:10 2008
@@ -104,6 +104,7 @@
type_names['pointer'] = TYPE_ANY
type_names['constpointer'] = TYPE_ANY
+
def type_name_from_ctype(ctype):
return type_names.get(ctype, ctype)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]