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 728111 - missing function from glib 2.40
missing function from glib 2.40
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: 2014-04-13 10:52 UTC by Christian Persch
Modified: 2014-04-14 07:31 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Persch 2014-04-13 10:52:01 UTC
glib 2.40 added g_option_context_parse_strv which is missing from glib-2.0.vapi.
Comment 1 Evan Nemerson 2014-04-14 07:31:24 UTC
commit 56199d29ede88193efdd9f48ea7d3e0267f9077a
Author: Evan Nemerson <evan@nemerson.com>
Date:   Mon Apr 14 00:29:26 2014 -0700

    glib-2.0: add OptionContext.parse_strv
    
    Fixes bug 728111.