[gtk/main-cleanup: 1/7] docs: Remove a mention of gtk_main_do_event



commit ba825dce299bf754fed7eb31b69a6221398cb2d2
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Feb 9 10:37:24 2020 -0500

    docs: Remove a mention of gtk_main_do_event

 gdk/gdkevents.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gdk/gdkevents.c b/gdk/gdkevents.c
index aec67fcec6..4db6aea8cc 100644
--- a/gdk/gdkevents.c
+++ b/gdk/gdkevents.c
@@ -45,9 +45,9 @@
  * This section describes functions dealing with events from the window
  * system.
  *
- * In GTK+ applications the events are handled automatically in
- * gtk_main_do_event() and passed on to the appropriate widgets,
- * so these functions are rarely needed.
+ * In GTK+ applications the events are handled automatically by toplevel
+ * widgets and passed on to the appropriate widgets, so these functions are
+ * rarely needed.
  */
 
 /**


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]