summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
*