summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2012-10-08 09:26:32 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2012-10-08 09:26:32 +0100
commit6b1ae5c4ef9ed826a98085ea873729e08c69d97e (patch)
tree3306307779b344e209fe5a344a46e629d22c0fe9
parent0da0e5122e7526ada688beef22684bb0ed54a367 (diff)
downloadclutter-6b1ae5c4ef9ed826a98085ea873729e08c69d97e.tar.gz
docs: Fix ClutterPanAction signal annotation
Signals are defined as <ClassName>::<signal-name>; a single colon is used for properties.
-rw-r--r--clutter/clutter-pan-action.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clutter/clutter-pan-action.c b/clutter/clutter-pan-action.c
index 8aa728131..469863d0b 100644
--- a/clutter/clutter-pan-action.c
+++ b/clutter/clutter-pan-action.c
@@ -511,7 +511,7 @@ clutter_pan_action_class_init (ClutterPanActionClass *klass)
pan_props);
/**
- * ClutterPanAction:pan:
+ * ClutterPanAction::pan:
* @action: the #ClutterPanAction that emitted the signal
* @actor: the #ClutterActor attached to the @action
* @is_interpolated: if the event is the result of interpolating
@@ -539,7 +539,7 @@ clutter_pan_action_class_init (ClutterPanActionClass *klass)
G_TYPE_BOOLEAN);
/**
- * ClutterPanAction:pan-stopped:
+ * ClutterPanAction::pan-stopped:
* @action: the #ClutterPanAction that emitted the signal
* @actor: the #ClutterActor attached to the @action
*