Add an --add-init-section argument
authorDamien Lespiau <damien.lespiau@intel.com>
Wed, 23 Dec 2009 23:15:21 +0000 (00:15 +0100)
committerColin Walters <walters@verbum.org>
Tue, 5 Jan 2010 18:50:55 +0000 (13:50 -0500)
commitd3b2976ae77a363d48246afe889860783e6c41d0
tree3ce485c7aa0320009daf29505625df1951236fb4
parentab1af50d167da42f5b927c9cf7373c7bc7f87a89
Add an --add-init-section argument

One might need to call some init functions before being able to call
get_type() to create the types of a library.

--add-init-section let the user insert some initialization code in the
introspection program.

https://bugzilla.gnome.org/show_bug.cgi?id=605778
giscanner/dumper.py
giscanner/scannermain.py