]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
clutter-gtk-1.0: Use [Version] instead of [Deprecated] and [Experimental]
authorFlorian Brosch <flo.brosch@gmail.com>
Wed, 9 Jul 2014 18:19:01 +0000 (20:19 +0200)
committerLuca Bruno <lucabru@src.gnome.org>
Sat, 30 Jan 2016 13:48:32 +0000 (14:48 +0100)
vapi/metadata/GtkClutter-1.0-custom.vala

index 278590489375cd42e2305264c52790d8eec062b7..fbb53c0d20bf3315a039d05bf24eae1c35d09519 100644 (file)
@@ -1,6 +1,6 @@
 namespace GtkClutter {
        public errordomain TextureError {
-               [Deprecated (since = "vala-0.16", replacement = "INVALID_STOCK_ID")]
+               [Version (deprecated_since = "vala-0.16", replacement = "INVALID_STOCK_ID")]
                [CCode (cname = "GTK_CLUTTER_TEXTURE_ERROR_INVALID_STOCK_ID")]
                ID
        }
@@ -11,4 +11,4 @@ namespace GtkClutter {
        public const int CLUTTER_GTK_VERSION_HEX;
        public const string CLUTTER_GTK_VERSION_S;
        public static bool check_version (uint major, uint minor, uint micro);
-}
\ No newline at end of file
+}