]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
libsoup-2.4: fix symbol name in some deprecated since annotations
authorEvan Nemerson <evan@coeus-group.com>
Sun, 15 Sep 2013 07:29:05 +0000 (00:29 -0700)
committerEvan Nemerson <evan@coeus-group.com>
Sun, 15 Sep 2013 07:29:05 +0000 (00:29 -0700)
Fixes bug 708047.

vapi/libsoup-2.4.vapi
vapi/metadata/Soup-2.4-custom.vala

index 3916d2bcb936ba928afc159bc9fc712c716191e0..a0dff08fdd348f3b8d2de5f259f8bb9b9493422e 100644 (file)
@@ -937,7 +937,7 @@ namespace Soup {
                @1_1
        }
        [CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_STATUS_", type_id = "soup_known_status_code_get_type ()")]
-       [Deprecated (replacement = "StatusCode", since = "vala-0.22")]
+       [Deprecated (replacement = "Status", since = "vala-0.22")]
        public enum KnownStatusCode {
                NONE,
                CANCELLED,
@@ -1535,10 +1535,10 @@ namespace Soup {
        [Deprecated (replacement = "SSLError.quark", since = "vala-0.14")]
        public static GLib.Quark ssl_error_quark ();
        [CCode (cheader_filename = "libsoup/soup.h")]
-       [Deprecated (replacement = "StatusCode.get_phrase", since = "vala-0.22")]
+       [Deprecated (replacement = "Status.get_phrase", since = "vala-0.22")]
        public static unowned string status_get_phrase (uint status_code);
        [CCode (cheader_filename = "libsoup/soup.h")]
-       [Deprecated (replacement = "StatusCode.proxify", since = "vala-0.22")]
+       [Deprecated (replacement = "Status.proxify", since = "vala-0.22")]
        public static uint status_proxify (uint status_code);
        [CCode (cheader_filename = "libsoup/soup.h")]
        public static bool str_case_equal (void* v1, void* v2);
index 0a25ffbc3defa3d9151b21b176e7ff3527ec45ed..35449e905e12e21855f47b1536fbb7e3b12e1aaa 100644 (file)
@@ -92,11 +92,11 @@ namespace Soup {
        [Deprecated (since = "vala-0.14", replacement = "SSLError.quark")]
        public static GLib.Quark ssl_error_quark ();
 
-       [Deprecated (since = "vala-0.22", replacement = "StatusCode.get_phrase")]
+       [Deprecated (since = "vala-0.22", replacement = "Status.get_phrase")]
        public static unowned string status_get_phrase (uint status_code);
-       [Deprecated (since = "vala-0.22", replacement = "StatusCode.proxify")]
+       [Deprecated (since = "vala-0.22", replacement = "Status.proxify")]
        public static uint status_proxify (uint status_code);
-       [Deprecated (since = "vala-0.22", replacement = "StatusCode")]
+       [Deprecated (since = "vala-0.22", replacement = "Status")]
        [CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_STATUS_", type_id = "soup_known_status_code_get_type ()")]
        public enum KnownStatusCode {
                NONE,