gobject-introspection r847 - in trunk: . giscanner
- From: tko svn gnome org
 
- To: svn-commits-list gnome org
 
- Subject: gobject-introspection r847 - in trunk: . giscanner
 
- Date: Thu, 30 Oct 2008 21:52:12 +0000 (UTC)
 
Author: tko
Date: Thu Oct 30 21:52:12 2008
New Revision: 847
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=847&view=rev
Log:
map 'id' (ObjC) to 'any' type
2008-10-30  Tommi Komulainen  <tommi komulainen iki fi>
	* giscanner/ast.py: map 'id' (ObjC) to 'any' type to stop
	gir-repository from choking with gdk/quartz
Modified:
   trunk/ChangeLog
   trunk/giscanner/ast.py
Modified: trunk/giscanner/ast.py
==============================================================================
--- trunk/giscanner/ast.py	(original)
+++ trunk/giscanner/ast.py	Thu Oct 30 21:52:12 2008
@@ -112,6 +112,9 @@
 # FIXME - can we make libraries use GPid?
 type_names['pid_t'] = TYPE_INT
 
+# Obj-C
+type_names['id'] = TYPE_ANY
+
 # Suppress some GLib names
 type_names['uchar'] = TYPE_UINT8
 type_names['ushort'] = TYPE_UINT16
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]