[clutter] docs: Fix ClutterPanAction signal annotation
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter] docs: Fix ClutterPanAction signal annotation
- Date: Sat, 15 Dec 2012 18:56:19 +0000 (UTC)
commit 57956461dcc0705d88b8acb7d8ce0b9bc7931445
Author: Emmanuele Bassi <ebassi gnome org>
Date: Mon Oct 8 09:26:32 2012 +0100
docs: Fix ClutterPanAction signal annotation
Signals are defined as <ClassName>::<signal-name>; a single colon is
used for properties.
clutter/clutter-pan-action.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/clutter/clutter-pan-action.c b/clutter/clutter-pan-action.c
index 9c62651..53a32d3 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
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]