giscanner: implement DocOption() in terms of odict instead of dict
authorDieter Verfaillie <dieterv@optionexplicit.be>
Wed, 21 Nov 2012 16:42:41 +0000 (17:42 +0100)
committerDieter Verfaillie <dieterv@optionexplicit.be>
Wed, 28 Nov 2012 20:31:22 +0000 (21:31 +0100)
commitc78302ce7b33e7353bf0bc9272c86956841cb49a
treeaee0f86510984415b43180d08cc6cbe7a662649f
parentbdb479f3663d284e1a785f603f17670a754d0bbf
giscanner: implement DocOption() in terms of odict instead of dict

The order of the "options" key/value pairs returned by
DocOption().all() should be identical to the order in
which they where stored. Hence replace the dict usage
with odict.

https://bugzilla.gnome.org/show_bug.cgi?id=688897
gir/glib-2.0.c
giscanner/annotationparser.py