gobject-introspection r740 - in trunk: . giscanner
- From: jobi svn gnome org
- To: svn-commits-list gnome org
- Subject: gobject-introspection r740 - in trunk: . giscanner
- Date: Fri, 17 Oct 2008 11:01:14 +0000 (UTC)
Author: jobi
Date: Fri Oct 17 11:01:14 2008
New Revision: 740
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=740&view=rev
Log:
2008-10-16 Johan Bilien <jobi via ecp fr>
* giscanner/ast.py: Also assume direction=out for size_t*, ssize_t*
arguments
Modified:
trunk/ChangeLog
trunk/giscanner/ast.py
Modified: trunk/giscanner/ast.py
==============================================================================
--- trunk/giscanner/ast.py (original)
+++ trunk/giscanner/ast.py Fri Oct 17 11:01:14 2008
@@ -129,7 +129,7 @@
# These types, when seen by reference, are interpreted as out parameters
default_out_types = (TYPE_INT, TYPE_UINT, TYPE_LONG, TYPE_ULONG,
- TYPE_FLOAT, TYPE_DOUBLE)
+ TYPE_FLOAT, TYPE_DOUBLE, TYPE_SIZET, TYPE_SSIZET)
def type_name_from_ctype(ctype):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]