summaryrefslogtreecommitdiff
path: root/gtk/gtkgesturezoom.c
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2014-04-10 13:45:06 +0200
committerCarlos Garnacho <carlosg@gnome.org>2014-05-23 19:54:28 +0200
commit556eb398e52ab1ce5bd208259e3fda1b011c71ff (patch)
tree65d3a816952fabe17f3137c20387278d4629010e /gtk/gtkgesturezoom.c
parentad2346f762e3be493e8290e2d5ad9b054dbb503e (diff)
downloadgtk+-556eb398e52ab1ce5bd208259e3fda1b011c71ff.tar.gz
zoom: doc fixes
Diffstat (limited to 'gtk/gtkgesturezoom.c')
-rw-r--r--gtk/gtkgesturezoom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkgesturezoom.c b/gtk/gtkgesturezoom.c
index 648d0bbc8e..6899b85b43 100644
--- a/gtk/gtkgesturezoom.c
+++ b/gtk/gtkgesturezoom.c
@@ -26,7 +26,7 @@
*
* #GtkGestureZoom is a #GtkGesture implementation able to recognize
* pinch/zoom gestures, whenever the distance between both tracked
- * sequences changes, the #GtkGestureZoom:scale-changed signal is
+ * sequences changes, the #GtkGestureZoom::scale-changed signal is
* emitted to report the scale factor.
*/