From 57956461dcc0705d88b8acb7d8ce0b9bc7931445 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 8 Oct 2012 09:26:32 +0100 Subject: [PATCH] docs: Fix ClutterPanAction signal annotation Signals are defined as ::; a single colon is used for properties. --- clutter/clutter-pan-action.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clutter/clutter-pan-action.c b/clutter/clutter-pan-action.c index 9c626512e..53a32d3e5 100644 --- a/clutter/clutter-pan-action.c +++ b/clutter/clutter-pan-action.c @@ -508,7 +508,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 @@ -536,7 +536,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 *