summaryrefslogtreecommitdiff
path: root/gtk/gtkwindow.h
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2018-07-25 17:18:55 +0200
committerBastien Nocera <hadess@hadess.net>2019-02-25 17:38:08 +0100
commit8438880906722681f54848f7f335e0bc074afd43 (patch)
treea24df86e68581c55d5be57b963721dcab4be2a79 /gtk/gtkwindow.h
parentdf6494d73ab9751fc026c8de9d4453e92fc70901 (diff)
downloadgtk+-8438880906722681f54848f7f335e0bc074afd43.tar.gz
window: Deprecate gtk_window_present()
And expect gtk_window_present_with_time() to be used instead.
Diffstat (limited to 'gtk/gtkwindow.h')
-rw-r--r--gtk/gtkwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkwindow.h b/gtk/gtkwindow.h
index fb30ab99b8..c21d5261c4 100644
--- a/gtk/gtkwindow.h
+++ b/gtk/gtkwindow.h
@@ -324,7 +324,7 @@ GDK_AVAILABLE_IN_ALL
gboolean gtk_window_propagate_key_event (GtkWindow *window,
GdkEventKey *event);
-GDK_AVAILABLE_IN_ALL
+GDK_DEPRECATED_IN_4_0_FOR(gtk_window_present_with_time)
void gtk_window_present (GtkWindow *window);
GDK_AVAILABLE_IN_ALL
void gtk_window_present_with_time (GtkWindow *window,