summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2012-10-08 09:26:32 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2012-12-15 18:43:56 +0000
commit57956461dcc0705d88b8acb7d8ce0b9bc7931445 (patch)
treec7fafac7fc5695182f255a48a593e137af751dbe
parent219d0efcc67fff6f40fb22b1a6ae437bc32dc53e (diff)
downloadclutter-57956461dcc0705d88b8acb7d8ce0b9bc7931445.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 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
*