gobject-introspection r596 - trunk/giscanner
- From: walters svn gnome org
- To: svn-commits-list gnome org
- Subject: gobject-introspection r596 - trunk/giscanner
- Date: Sat, 13 Sep 2008 01:10:33 +0000 (UTC)
Author: walters
Date: Sat Sep 13 01:10:33 2008
New Revision: 596
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=596&view=rev
Log:
Bind pid_t to INT for vte
Modified:
trunk/giscanner/ast.py
Modified: trunk/giscanner/ast.py
==============================================================================
--- trunk/giscanner/ast.py (original)
+++ trunk/giscanner/ast.py Sat Sep 13 01:10:33 2008
@@ -96,7 +96,9 @@
type_names['void'] = TYPE_NONE
type_names['size_t'] = TYPE_SIZET
type_names['ssize_t'] = TYPE_SSIZET
+# FIXME - we should be evaluating these per-platform; maybe check glibconfig.h?
type_names['time_t'] = TYPE_LONG
+type_names['pid_t'] = TYPE_INT
# Suppress some GLib names
type_names['uchar'] = TYPE_UINT8
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]