gdk: Get rid of all mentions of process_all_updates()

This commit is contained in:
Benjamin Otte 2016-11-24 15:26:15 +01:00
parent 39200e75b6
commit 4b6e70b9c8
2 changed files with 6 additions and 12 deletions

View File

@ -3745,9 +3745,8 @@ gdk_window_invalidate_maybe_recurse_full (GdkWindow *window,
* application would normally redraw the contents of @window in
* response to those expose events.
*
* GDK will call gdk_window_process_all_updates() on your behalf
* whenever your program returns to the main loop and becomes idle, so
* normally theres no need to do that manually, you just need to
* GDK will process all updates whenever the frame clock schedules a redraw,
* so theres no need to do forces redraws manually, you just need to
* invalidate regions that you know should be redrawn.
*
* The @child_func parameter controls whether the region of
@ -3796,9 +3795,8 @@ gdk_window_invalidate_region_full (GdkWindow *window,
* application would normally redraw the contents of @window in
* response to those expose events.
*
* GDK will call gdk_window_process_all_updates() on your behalf
* whenever your program returns to the main loop and becomes idle, so
* normally theres no need to do that manually, you just need to
* GDK will process all updates whenever the frame clock schedules a redraw,
* so theres no need to do forces redraws manually, you just need to
* invalidate regions that you know should be redrawn.
*
* The @invalidate_children parameter controls whether the region of
@ -3830,9 +3828,8 @@ gdk_window_invalidate_region (GdkWindow *window,
* application would normally redraw the contents of @window in
* response to those expose events.
*
* GDK will call gdk_window_process_all_updates() on your behalf
* whenever your program returns to the main loop and becomes idle, so
* normally theres no need to do that manually, you just need to
* GDK will process all updates whenever the frame clock schedules a redraw,
* so theres no need to do forces redraws manually, you just need to
* invalidate regions that you know should be redrawn.
*
* This version of invalidation is used when you recieve expose events

View File

@ -900,9 +900,6 @@ void gdk_window_freeze_updates (GdkWindow *window);
GDK_AVAILABLE_IN_ALL
void gdk_window_thaw_updates (GdkWindow *window);
GDK_AVAILABLE_IN_ALL
void gdk_window_process_all_updates (void);
GDK_AVAILABLE_IN_ALL
void gdk_window_constrain_size (GdkGeometry *geometry,
GdkWindowHints flags,