]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
clutter-1.0: Drop deprecated from Actor.pick()
authorRico Tzschichholz <ricotz@ubuntu.com>
Thu, 14 Feb 2019 11:40:36 +0000 (12:40 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Thu, 14 Feb 2019 11:40:36 +0000 (12:40 +0100)
The signal "pick" was deprecated with 1.12, but not the virtual method.

Fixes https://gitlab.gnome.org/GNOME/vala/issues/625

vapi/clutter-1.0.vapi
vapi/metadata/Clutter-1.0.metadata

index 440a0dce11870d37c39bd166174aeec583388c12..5ce8990be3a38ffa39af9b1edd0894c8b861acc3 100644 (file)
@@ -5370,7 +5370,7 @@ namespace Clutter {
                public virtual signal void paint ();
                [Version (since = "0.2")]
                public virtual signal void parent_set (Clutter.Actor? old_parent);
-               [Version (deprecated = true, deprecated_since = "1.12", since = "1.0")]
+               [Version (since = "1.0")]
                public virtual signal void pick (Clutter.Color color);
                [HasEmitter]
                [Version (since = "1.2")]
index 0f4c57a2c74bf91675327f98302e3a724978afe2..ceb4e35a20d2e75b02a20b557e39b73e46f38bf9 100644 (file)
@@ -30,6 +30,9 @@ Actor.has_pointer#method name="get_has_pointer"
 InitError errordomain=false
 redraw skip
 
+// Not all backing symbols are deprecated
+Actor.pick deprecated=false
+
 // Nullable return values
 Actor
        .get_parent nullable