From 0d6208f36e0c66e89635e2d586568bfa40102f8e Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Fri, 2 Sep 2011 15:22:08 +0100 Subject: [PATCH] docs: Inline test-drop.c into DropAction's description Also, mention that DropAction only works with DragAction. --- clutter/clutter-drop-action.c | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/clutter/clutter-drop-action.c b/clutter/clutter-drop-action.c index b52dc0d91..d2d772eb4 100644 --- a/clutter/clutter-drop-action.c +++ b/clutter/clutter-drop-action.c @@ -28,9 +28,9 @@ * @short_description: An action for drop targets * * #ClutterDropAction is a #ClutterAction that allows a #ClutterActor - * implementation to control what happens when a dragged actor crosses - * the target area or when a dragged actor is released (or "dropped") - * on the target area. + * implementation to control what happens when an actor dragged using + * a #ClutterDragAction crosses the target area or when a dragged actor + * is released (or "dropped") on the target area. * * A trivial use of #ClutterDropAction consists in connecting to the * #ClutterDropAction::drop signal and handling the drop from there, @@ -49,6 +49,18 @@ * cause the #ClutterDropAction::drop signal to be skipped when the input * device button is released. * + * + * Drop targets + * + * + * FIXME: MISSING XINCLUDE CONTENT + * + * + * + * + * It's important to note that #ClutterDropAction will only work with + * actors dragged using #ClutterDragAction. + * * #ClutterDropAction is available since Clutter 1.8 */