GNOME Bugzilla – Bug 771123
GLib.OptionContext.get_description has wrong return type
Last modified: 2016-09-12 10:12:19 UTC
Created attachment 335193 [details] [review] patch for wrong return type of GLib.OptionContext.get_description GLib.OptionContext.get_description should return unowned string instead of void. const gchar * g_option_context_get_description (GOptionContext *context);
Review of attachment 335193 [details] [review]: Looks good to me. Matches documented API: https://developer.gnome.org/glib/stable/glib-Commandline-option-parser.html#g-option-context-get-description