summaryrefslogtreecommitdiff
path: root/gdk/gdkwindow.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdk/gdkwindow.c')
-rw-r--r--gdk/gdkwindow.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/gdkwindow.c b/gdk/gdkwindow.c
index 6b231f067e..16a32a9a45 100644
--- a/gdk/gdkwindow.c
+++ b/gdk/gdkwindow.c
@@ -10276,7 +10276,7 @@ gdk_window_create_similar_image_surface (GdkWindow * window,
* @window: a #GdkWindow
* @timestamp: timestamp of the event triggering the window focus
*
- * Sets keyboard focus to @window. In most cases, gtk_window_present()
+ * Sets keyboard focus to @window. In most cases, gtk_window_present_with_time()
* should be used on a #GtkWindow, rather than calling this function.
*
**/
@@ -10750,7 +10750,7 @@ gdk_window_iconify (GdkWindow *window)
* Attempt to deiconify (unminimize) @window. On X11 the window manager may
* choose to ignore the request to deiconify. When using GTK+,
* use gtk_window_deiconify() instead of the #GdkWindow variant. Or better yet,
- * you probably want to use gtk_window_present(), which raises the window, focuses it,
+ * you probably want to use gtk_window_present_with_time(), which raises the window, focuses it,
* unminimizes it, and puts it on the current desktop.
*
**/