gobject-introspection r176 - trunk/giscanner
- From: johan svn gnome org
- To: svn-commits-list gnome org
- Subject: gobject-introspection r176 - trunk/giscanner
- Date: Fri, 18 Apr 2008 21:41:37 +0100 (BST)
Author: johan
Date: Fri Apr 18 20:41:37 2008
New Revision: 176
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=176&view=rev
Log:
Do function names too
Modified:
trunk/giscanner/gidlwriter.py
Modified: trunk/giscanner/gidlwriter.py
==============================================================================
--- trunk/giscanner/gidlwriter.py (original)
+++ trunk/giscanner/gidlwriter.py Fri Apr 18 20:41:37 2008
@@ -25,7 +25,7 @@
print 'Unhandled node', node
def _write_function(self, func):
- self.push_tag('function')
+ self.push_tag('function', [('name', func.name)])
self._write_return_type(func.retval)
self._write_parameters(func.parameters)
self.pop_tag()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]