GNOME Bugzilla – Bug 604907
Wrong argument type for MessageHeaders.get_content_type in libsoup-2.4.vapi
Last modified: 2009-12-20 03:35:07 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);
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.