diff options
author | Timm Bäder <mail@baedert.org> | 2017-07-08 09:56:41 +0200 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2017-07-19 21:27:15 -0400 |
commit | e2e91bf9bc7808de7079474ec6c9e4f3e13d30c7 (patch) | |
tree | 678b9f7742e20fa078c0f036c473a62a67b3d34b /gtk/gtkdrawingarea.c | |
parent | c26731968b75d5698c23ac4165f2ed36ed523ab7 (diff) | |
download | gtk+-e2e91bf9bc7808de7079474ec6c9e4f3e13d30c7.tar.gz |
Fix a few documentation issues
Diffstat (limited to 'gtk/gtkdrawingarea.c')
-rw-r--r-- | gtk/gtkdrawingarea.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/gtkdrawingarea.c b/gtk/gtkdrawingarea.c index 12d46e7475..c36c983834 100644 --- a/gtk/gtkdrawingarea.c +++ b/gtk/gtkdrawingarea.c @@ -61,8 +61,7 @@ static GParamSpec *props[LAST_PROP] = { NULL, }; * creating a drawing area, the application may want to connect to: * * - Mouse and button press signals to respond to input from - * the user. (Use gtk_widget_add_events() to enable events - * you wish to receive.) + * the user. * * - The #GtkWidget::realize signal to take any necessary actions * when the widget is instantiated on a particular display. |