From: Rico Tzschichholz Date: Wed, 30 May 2018 09:04:48 +0000 (+0200) Subject: clutter-1.0: Drop vala-specific deprecations <= vala-0.22 X-Git-Tag: 0.41.90~107 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae04d5253947014cc2d4de36974e33ecfef81122;p=thirdparty%2Fvala.git clutter-1.0: Drop vala-specific deprecations <= vala-0.22 --- diff --git a/vapi/clutter-1.0.vapi b/vapi/clutter-1.0.vapi index 236bfed07..2cc8caf47 100644 --- a/vapi/clutter-1.0.vapi +++ b/vapi/clutter-1.0.vapi @@ -9194,12 +9194,6 @@ namespace Clutter { [Version (since = "1.18")] public static int test_run (); [CCode (cheader_filename = "clutter/clutter.h")] - [Version (deprecated_since = "vala-0.14", replacement = "Threads.add_repaint_func")] - public static uint threads_add_repaint_func (GLib.SourceFunc func, void* data, GLib.DestroyNotify notify); - [CCode (cheader_filename = "clutter/clutter.h")] - [Version (deprecated_since = "vala-0.14", replacement = "Threads.remove_repaint_func")] - public static void threads_remove_repaint_func (uint handle_id); - [CCode (cheader_filename = "clutter/clutter.h")] [Version (since = "0.6")] public static void ungrab_keyboard (); [CCode (cheader_filename = "clutter/clutter.h")] diff --git a/vapi/metadata/Clutter-1.0-custom.vala b/vapi/metadata/Clutter-1.0-custom.vala index 23c9506de..2b5dec290 100644 --- a/vapi/metadata/Clutter-1.0-custom.vala +++ b/vapi/metadata/Clutter-1.0-custom.vala @@ -124,13 +124,6 @@ namespace Clutter { public TimeoutPool (int priority); } - [CCode (cheader_filename = "clutter/clutter.h")] - [Version (deprecated_since = "vala-0.14", replacement = "Threads.add_repaint_func")] - public static uint threads_add_repaint_func (GLib.SourceFunc func, void* data, GLib.DestroyNotify notify); - [CCode (cheader_filename = "clutter/clutter.h")] - [Version (deprecated_since = "vala-0.14", replacement = "Threads.remove_repaint_func")] - public static void threads_remove_repaint_func (uint handle_id); - [CCode (cprefix = "CLUTTER_FEATURE_", cheader_filename = "clutter/clutter.h")] [Flags] public enum FeatureFlags {