summaryrefslogtreecommitdiff
path: root/gtk/gtkmain.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-02-28 16:36:17 -0500
committerMatthias Clasen <mclasen@redhat.com>2020-02-28 16:36:17 -0500
commit3d11973df8a02d789005a7d3f9991e0ab681b72a (patch)
tree5d67ea675ae3990056b5076371c60b04ce58ed44 /gtk/gtkmain.h
parent57c8a643ff62709a857a6c5efe337ef23e4ac14f (diff)
downloadgtk+-3d11973df8a02d789005a7d3f9991e0ab681b72a.tar.gz
Drop gtk_grab_add/remove from public api
The only form in which we still allow grabs to take place is with modal toplevels.
Diffstat (limited to 'gtk/gtkmain.h')
-rw-r--r--gtk/gtkmain.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gtk/gtkmain.h b/gtk/gtkmain.h
index 72adbb69ec..16fb5743d5 100644
--- a/gtk/gtkmain.h
+++ b/gtk/gtkmain.h
@@ -108,11 +108,6 @@ GDK_AVAILABLE_IN_ALL
GtkTextDirection gtk_get_locale_direction (void);
GDK_AVAILABLE_IN_ALL
-void gtk_grab_add (GtkWidget *widget);
-GDK_AVAILABLE_IN_ALL
-void gtk_grab_remove (GtkWidget *widget);
-
-GDK_AVAILABLE_IN_ALL
GdkEvent * gtk_get_current_event (void);
GDK_AVAILABLE_IN_ALL
guint32 gtk_get_current_event_time (void);