GNOME Bugzilla – Bug 696055
update glib bindings for g_option_context_new
Last modified: 2013-03-18 19:40:08 UTC
g_option_context_new allows NULL as parameter_string. glib was updated to use the allow-none annotation, but afaik the glib bindings aren't autogenerated from git so this may need to be changed manually. See https://git.gnome.org/browse/glib/commit/?id=9863cce079e8ece11cce61902d6ea08c6780467a . If the gtk+ bindings are manual too, you may need the same thing for gtk_init_with_args from https://git.gnome.org/browse/gtk+/commit/?id=953253f685dc1d2d77f0ddd8637b0a0249364f4f too.
commit 120b7a5b63820d7961c0ffc806cdb0f28df4f6f5 Author: Evan Nemerson <evan@coeus-group.com> Date: Mon Mar 18 12:37:20 2013 -0700 glib-2.0, gtk+-3.0: make parameter string for goption nullable Fixes bug 696055.