After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 771123 - GLib.OptionContext.get_description has wrong return type
GLib.OptionContext.get_description has wrong return type
Status: RESOLVED FIXED
Product: vala
Classification: Core
Component: Bindings: GLib
unspecified
Other All
: Normal normal
: ---
Assigned To: Vala maintainers
Vala maintainers
Depends on:
Blocks:
 
 
Reported: 2016-09-09 14:24 UTC by Jeeyong Um
Modified: 2016-09-12 10:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch for wrong return type of GLib.OptionContext.get_description (948 bytes, patch)
2016-09-09 14:24 UTC, Jeeyong Um
committed Details | Review

Description Jeeyong Um 2016-09-09 14:24:04 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);