[gtk+] widget: Don't tell people to wait for nonexisting events



commit c0ccad56f904bdce9808c3ace2d34fbfcb166f14
Author: Benjamin Otte <otte redhat com>
Date:   Wed Nov 1 21:43:56 2017 +0100

    widget: Don't tell people to wait for nonexisting events

 gtk/gtkwidget.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c
index f173c28..1a154de 100644
--- a/gtk/gtkwidget.c
+++ b/gtk/gtkwidget.c
@@ -1574,8 +1574,7 @@ gtk_widget_class_init (GtkWidgetClass *klass)
    * The ::map signal is emitted when @widget is going to be mapped, that is
    * when the widget is visible (which is controlled with
    * gtk_widget_set_visible()) and all its parents up to the toplevel widget
-   * are also visible. Once the map has occurred, #GtkWidget::map-event will
-   * be emitted.
+   * are also visible.
    *
    * The ::map signal can be used to determine whether a widget will be drawn,
    * for instance it can resume an animation that was stopped during the


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