]> 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, 28 Feb 2019 17:34:32 +0000 (18:34 +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 be3cffc4894baee8fcc567fd70563b22e7e7a52f..a0bb30e0f7437a75a5c8c27289581bbdf49098d6 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 8c5b5a553c85fdef86952a632a6f2c258db7250c..e0a620e4356f75a84821349887d50a0d70edc35b 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