[clutter/clutter-1.12] docs: Fix ClutterPanAction signal annotation
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter/clutter-1.12] docs: Fix ClutterPanAction signal annotation
- Date: Mon, 8 Oct 2012 08:27:42 +0000 (UTC)
commit 6b1ae5c4ef9ed826a98085ea873729e08c69d97e
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 8aa7281..469863d 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
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]