From ae04d5253947014cc2d4de36974e33ecfef81122 Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Wed, 30 May 2018 11:04:48 +0200 Subject: [PATCH] clutter-1.0: Drop vala-specific deprecations <= vala-0.22 --- vapi/clutter-1.0.vapi | 6 ------ vapi/metadata/Clutter-1.0-custom.vala | 7 ------- 2 files changed, 13 deletions(-) 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 { -- 2.47.2