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 604907 - Wrong argument type for MessageHeaders.get_content_type in libsoup-2.4.vapi
Wrong argument type for MessageHeaders.get_content_type in libsoup-2.4.vapi
Status: RESOLVED FIXED
Product: vala
Classification: Core
Component: Bindings
0.7.x
Other Linux
: Normal normal
: ---
Assigned To: Vala maintainers
Vala maintainers
Depends on:
Blocks:
 
 
Reported: 2009-12-18 13:14 UTC by Henrik /KaarPoSoft
Modified: 2009-12-20 03:35 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Henrik /KaarPoSoft 2009-12-18 13:14:40 UTC
In libsoup-2.4.vapi class MessageHeaders we currently have:
public unowned string get_content_type (GLib.HashTable @params);
I believe it should be:
public unowned string get_content_type (out GLib.HashTable @params);
Comment 1 Evan Nemerson 2009-12-20 03:35:07 UTC
commit e6968289147f178d6ef8382f8fe4cc7c60fbc9ed
Author: Evan Nemerson <evan@coeus-group.com>
Date:   Sat Dec 19 16:40:43 2009 -0800

    libsoup-2.4: Fix soup_message_headers_get_content_type binding.
    
    Fixes bug 604907.