diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-08-04 21:17:49 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-08-04 22:11:34 -0400 |
commit | f5610001248a1328ca3b604da50b957ad5652a2d (patch) | |
tree | b0fc774c2abdd7d888b6186ce09c4ae3b6ad3b1b /gtk/gtkgestureclick.c | |
parent | 93c9600145d2d8d88d0d1c1b7333afbf59d5e10e (diff) | |
download | gtk+-f5610001248a1328ca3b604da50b957ad5652a2d.tar.gz |
docs: Clean up many dangling links
In many cases, these were references to no longer
existing api, so some rewording was necessary.
Diffstat (limited to 'gtk/gtkgestureclick.c')
-rw-r--r-- | gtk/gtkgestureclick.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gtk/gtkgestureclick.c b/gtk/gtkgestureclick.c index 27f6e1367a..3194fec59c 100644 --- a/gtk/gtkgestureclick.c +++ b/gtk/gtkgestureclick.c @@ -27,11 +27,6 @@ * the #GtkGestureClick::pressed signal. Whenever time or distance * between clicks exceed the GTK+ defaults, #GtkGestureClick::stopped * is emitted, and the click counter is reset. - * - * Callers may also restrict the area that is considered valid for a >1 - * touch/button press through gtk_gesture_click_set_area(), so any - * click happening outside that area is considered to be a first click - * of its own. */ #include "config.h" |