[clutter] clutter-drop-action: annotation fixes for some signals
- From: Stefano Facchini <sfacchini src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter] clutter-drop-action: annotation fixes for some signals
- Date: Mon, 20 Feb 2012 12:23:27 +0000 (UTC)
commit 4e345f6edc82a1254124ad56298e9c438bd4d05d
Author: Stefano Facchini <stefano facchini gmail com>
Date: Sun Feb 19 17:56:12 2012 +0100
clutter-drop-action: annotation fixes for some signals
https://bugzilla.gnome.org/show_bug.cgi?id=670433
clutter/clutter-drop-action.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/clutter/clutter-drop-action.c b/clutter/clutter-drop-action.c
index d3f35e3..90b238f 100644
--- a/clutter/clutter-drop-action.c
+++ b/clutter/clutter-drop-action.c
@@ -367,6 +367,8 @@ clutter_drop_action_class_init (ClutterDropActionClass *klass)
* ClutterDropAction::can-drop:
* @action: the #ClutterDropAction that emitted the signal
* @actor: the #ClutterActor attached to the @action
+ * @event_x: the X coordinate (in stage space) of the drop event
+ * @event_y: the Y coordinate (in stage space) of the drop event
*
* The ::can-drop signal is emitted when the dragged actor is dropped
* on @actor. The return value of the ::can-drop signal will determine
@@ -436,6 +438,8 @@ clutter_drop_action_class_init (ClutterDropActionClass *klass)
* ClutterDropAction::drop:
* @action: the #ClutterDropAction that emitted the signal
* @actor: the #ClutterActor attached to the @action
+ * @event_x: the X coordinate (in stage space) of the drop event
+ * @event_y: the Y coordinate (in stage space) of the drop event
*
* The ::drop signal is emitted when the dragged actor is dropped
* on @actor. This signal is only emitted if at least an handler of
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]