Deprecate gdk_window_process[_all]_updates
authorMatthias Clasen <mclasen@redhat.com>
Wed, 11 Jan 2017 01:24:23 +0000 (20:24 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 11 Jan 2017 01:25:15 +0000 (20:25 -0500)
These functions should not be used anymore now that we have a
frame clock, and are gone in GTK+ 4

gdk/gdkwindow.c
gdk/gdkwindow.h

index 5cdb843f074edfa0338133d09496c8255d614758..3f7c8c90bbaee1cc243653e6ae0300a9f275d3a9 100644 (file)
@@ -4056,6 +4056,7 @@ after_process_all_updates (void)
  * Calls gdk_window_process_updates() for all windows (see #GdkWindow)
  * in the application.
  *
+ * Deprecated: 3.22
  **/
 void
 gdk_window_process_all_updates (void)
@@ -4203,6 +4204,7 @@ gdk_window_process_updates_with_mode (GdkWindow     *window,
  * case, where GDK delivers them in an idle handler). Occasionally
  * this is useful to produce nicer scrolling behavior, for example.
  *
+ * Deprecated: 3.22
  **/
 void
 gdk_window_process_updates (GdkWindow *window,
index aa57e13f042852dd9514f23afda0585f3dd218f8..3614a76b9f97561f69698198f39800f8efa6e365 100644 (file)
@@ -1054,9 +1054,9 @@ void       gdk_window_freeze_toplevel_updates_libgtk_only (GdkWindow *window);
 GDK_DEPRECATED_IN_3_16
 void       gdk_window_thaw_toplevel_updates_libgtk_only   (GdkWindow *window);
 
-GDK_AVAILABLE_IN_ALL
+GDK_DEPRECATED_IN_3_22
 void       gdk_window_process_all_updates (void);
-GDK_AVAILABLE_IN_ALL
+GDK_DEPRECATED_IN_3_22
 void       gdk_window_process_updates     (GdkWindow    *window,
                                           gboolean      update_children);