pombreda / ctypesgen

Automatically exported from code.google.com/p/ctypesgen
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Add more informations to function parameter. #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This patch add a "identifier" attribute to each item of the function.argtypes 
such that json will output parameter name as "identifier".

argtypes in json also come with klass names to provide array or pointer 
information for the arguement types.

Original issue reported on code.google.com by mozbug...@gmail.com on 16 Feb 2012 at 4:23

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for this; pushed to svn.

Original comment by rrt@sc3d.org on 16 Feb 2012 at 7:07