mallardwriter: Improve type formatting for Python
authorJasper St. Pierre <jstpierre@mecheye.net>
Wed, 9 Jan 2013 15:38:01 +0000 (10:38 -0500)
committerJasper St. Pierre <jstpierre@mecheye.net>
Wed, 9 Jan 2013 19:09:50 +0000 (14:09 -0500)
commitd20a932d36107eed33bd57b4ce27868b8e52802e
tree9ea8ae853b465ad8ef0b1f147c5d04083c4128d1
parent8b23c6c8755bca0b0c58b25ee3c4b06c06d72bcd
mallardwriter: Improve type formatting for Python

Rather than use the glib names like gint/gchar and friends, use the
Python type names. Right now, this is Python 2, but we'll soon be
introducing a special Python 3 formatter.
giscanner/mallardwriter.py
tests/doctool/DocExamples-1.0-Python-expected/DocExamples.Obj-property-example.page
tests/doctool/DocExamples-1.0-Python-expected/DocExamples.Obj-vfunc.page
tests/doctool/DocExamples-1.0-Python-expected/DocExamples.Obj.method.page
tests/doctool/DocExamples-1.0-Python-expected/DocExamples.Obj.static_method.page
tests/doctool/DocExamples-1.0-Python-expected/DocExamples.array_function.page