]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
libsoup-2.4: Fix soup_message_headers_get_content_type binding.
authorEvan Nemerson <evan@coeus-group.com>
Sun, 20 Dec 2009 00:40:43 +0000 (16:40 -0800)
committerEvan Nemerson <evan@coeus-group.com>
Sun, 20 Dec 2009 00:40:43 +0000 (16:40 -0800)
Fixes bug 604907.

vapi/libsoup-2.4.vapi
vapi/packages/libsoup-2.4/libsoup-2.4.metadata

index 4630e1e137c7480ee6a1055d7f39583f0d8e8fab..7646e3fe0ed640cabe2e471d900afcc88099fbfe 100644 (file)
@@ -292,7 +292,7 @@ namespace Soup {
                public bool get_content_disposition (out unowned string disposition, GLib.HashTable @params);
                public int64 get_content_length ();
                public bool get_content_range (int64 start, int64 end, int64 total_length);
-               public unowned string get_content_type (GLib.HashTable @params);
+               public unowned string get_content_type (out GLib.HashTable @params);
                public Soup.Encoding get_encoding ();
                public Soup.Expectation get_expectations ();
                public bool get_ranges (int64 total_length, out unowned Soup.Range ranges, int length);
index c7ab3afcb4c6c2db8b7fc34f8a5d7b47a562c095..6291c77b0556a07d1ee3e4423fcc1b3f50f4ea18 100644 (file)
@@ -18,6 +18,7 @@ SoupMessage::wrote_body_data has_emitter="1"
 SoupMessage::wrote_chunk has_emitter="1"
 SoupMessage::wrote_headers has_emitter="1"
 SoupMessage::wrote_informational has_emitter="1"
+soup_message_headers_get_content_type.params is_out="1" transfer_ownership="1"
 soup_server_new ellipsis="1"
 soup_server_add_handler.destroy hidden="1"
 soup_server_add_handler.callback transfer_ownership="1"