GNOME Bugzilla – Bug 753013
Allow to use nested namespaces in --namespace parameter (generate_wrap_init.pl)
Last modified: 2015-07-30 12:23:56 UTC
generate_wrap_init.pl doesn't give us possibility to write wrap_init() function inside nested namespace. E.g., instead of: Gst::Bad::wrap_init() we have to use GstBad::wrap_init(). Advantage of nested namespaces is grouping modules in logic structure.
Created attachment 308382 [details] [review] proposed solution
Review of attachment 308382 [details] [review]: Ok. Looks innocent enough. I suppose you have tested it. It would be fine, if you include the bug number in the commit message.
Ok, thanks for review. I added bug number to commit message and pushed to master branch.