]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
libnotify: Updated to 0.7.6-3-gda49c8c
authorLuca Bruno <lucabru@src.gnome.org>
Tue, 1 Apr 2014 19:27:37 +0000 (21:27 +0200)
committerLuca Bruno <lucabru@src.gnome.org>
Tue, 1 Apr 2014 19:28:27 +0000 (21:28 +0200)
See https://bugzilla.gnome.org/show_bug.cgi?id=667904

vapi/libnotify.vapi

index 9c44b6bdfe45579786010ec7d4d64a8e51156e05..19b2967110ae0e8f3c49a6059664fc1006f31b04 100644 (file)
@@ -14,17 +14,17 @@ namespace Notify {
                public void set_app_name (string app_name);
                public void set_category (string category);
                public void set_hint (string key, GLib.Variant? value);
-               [Deprecated (since = "0.6.")]
+               [Deprecated]
                public void set_hint_byte (string key, [CCode (type = "guchar")] uchar value);
-               [Deprecated (since = "0.6.")]
-               public void set_hint_byte_array (string key, [CCode (array_length = false, type = "const guchar*")] uchar[] value, size_t len);
-               [Deprecated (since = "0.6.")]
+               [Deprecated]
+               public void set_hint_byte_array (string key, [CCode (array_length_cname = "len", array_length_pos = 2.1, array_length_type = "gsize")] uchar[] value);
+               [Deprecated]
                public void set_hint_double (string key, double value);
-               [Deprecated (since = "0.6.")]
+               [Deprecated]
                public void set_hint_int32 (string key, int value);
-               [Deprecated (since = "0.6.")]
+               [Deprecated]
                public void set_hint_string (string key, string value);
-               [Deprecated (since = "0.6.")]
+               [Deprecated]
                public void set_hint_uint32 (string key, uint value);
                [Deprecated]
                public void set_icon_from_pixbuf (Gdk.Pixbuf icon);