These functions should not be used anymore now that we have a
frame clock, and are gone in GTK+ 4
* Calls gdk_window_process_updates() for all windows (see #GdkWindow)
* in the application.
*
+ * Deprecated: 3.22
**/
void
gdk_window_process_all_updates (void)
* 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,
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);