summaryrefslogtreecommitdiff
path: root/gtk/gtkmain.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-02-09 19:38:40 -0500
committerMatthias Clasen <mclasen@redhat.com>2020-02-09 23:12:32 -0500
commit49a6ad3dd1d2f79e6ae970a879b46fac527c2c07 (patch)
tree0870491439260a51f07ebcb9f72158539d0e3615 /gtk/gtkmain.h
parentebc720bfdb598d1556968bf5aab19a3c9dc08eb7 (diff)
downloadgtk+-49a6ad3dd1d2f79e6ae970a879b46fac527c2c07.tar.gz
Drop gtk_main_iteration
This function and its cousin, gtk_main_iteration_do, are thin wrappers around GMainContext api that should just be used directly.
Diffstat (limited to 'gtk/gtkmain.h')
-rw-r--r--gtk/gtkmain.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/gtkmain.h b/gtk/gtkmain.h
index e2c349a9ba..2554cd7567 100644
--- a/gtk/gtkmain.h
+++ b/gtk/gtkmain.h
@@ -116,10 +116,6 @@ GDK_AVAILABLE_IN_ALL
guint gtk_main_level (void);
GDK_AVAILABLE_IN_ALL
void gtk_main_quit (void);
-GDK_AVAILABLE_IN_ALL
-gboolean gtk_main_iteration (void);
-GDK_AVAILABLE_IN_ALL
-gboolean gtk_main_iteration_do (gboolean blocking);
GDK_AVAILABLE_IN_ALL
void gtk_grab_add (GtkWidget *widget);