widget: Don't tell people to wait for nonexisting events
authorBenjamin Otte <otte@redhat.com>
Wed, 1 Nov 2017 20:43:56 +0000 (21:43 +0100)
committerBenjamin Otte <otte@redhat.com>
Wed, 1 Nov 2017 21:00:34 +0000 (22:00 +0100)
gtk/gtkwidget.c

index f173c284dcb1201e09b0f8f2ad5efe4f6277d576..1a154de0e1b50602c794f2d8240734dd9e17a7d0 100644 (file)
@@ -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