giscanner: unbreak g-ir-annotationtool...
authorDieter Verfaillie <dieterv@optionexplicit.be>
Mon, 12 Nov 2012 16:18:41 +0000 (17:18 +0100)
committerColin Walters <walters@verbum.org>
Mon, 12 Nov 2012 16:54:07 +0000 (11:54 -0500)
commitabc95859d05edc9d167ef967652327091422b682
tree4a996a2e6d36f1f021c0bdf72e3b98b4d35a6b70
parentdc453895c2df0b6d26a08885d156b363ffa5b921
giscanner: unbreak g-ir-annotationtool...

... and by extension misc/update-glib-annotations.py.

Commit 5c70ef2eb32949f8889e9ae654d50bfbf838951f broke
these by assuming create_source_scanner() is always
called with 'options' and 'args' built by the
OptionParser() defined in scannermain.py's
_get_option_parser().

This is not the case with g-ir-annotationtool, where
annotationmain.py's annotation_main() creates it's
own OptionParser() accepting a different set of
'options' and 'args' as compared to scannermain.py
giscanner/scannermain.py