[gtkmm/gtkmm-3-22] Gdk::Window: Deprecate process[_all]_updates()



commit 4c5e563a31d97eefd72334393edd0bce540bea4d
Author: Kjell Ahlstedt <kjell ahlstedt bredband net>
Date:   Thu Feb 2 09:55:07 2017 +0100

    Gdk::Window: Deprecate process[_all]_updates()
    
    gdk_window_process_all_updates() and gdk_window_process_updates()
    have been deprecated in gtk+-3.

 gdk/src/window.hg |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/gdk/src/window.hg b/gdk/src/window.hg
index d1c360b..17b4e3d 100644
--- a/gdk/src/window.hg
+++ b/gdk/src/window.hg
@@ -326,8 +326,10 @@ public:
 
   _WRAP_METHOD(void freeze_updates(), gdk_window_freeze_updates)
   _WRAP_METHOD(void thaw_updates(), gdk_window_thaw_updates)
-  _WRAP_METHOD(static void process_all_updates(), gdk_window_process_all_updates)
-  _WRAP_METHOD(void process_updates(bool update_children), gdk_window_process_updates)
+  _WRAP_METHOD(static void process_all_updates(), gdk_window_process_all_updates,
+    deprecated "Don't use this function now that we have a frame clock.")
+  _WRAP_METHOD(void process_updates(bool update_children), gdk_window_process_updates,
+    deprecated "Don't use this function now that we have a frame clock.")
   _WRAP_METHOD(static void set_debug_updates(bool setting = true), gdk_window_set_debug_updates,
     deprecated "No replacement available.")
   _IGNORE(gdk_window_thaw_toplevel_updates_libgtk_only,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]