diff --git a/clutter/clutter-drag-action.c b/clutter/clutter-drag-action.c index cf3760097..c7b21dd35 100644 --- a/clutter/clutter-drag-action.c +++ b/clutter/clutter-drag-action.c @@ -54,6 +54,20 @@ * parented and exist between the emission of #ClutterDragAction::drag-begin * and #ClutterDragAction::drag-end. * + * + * A simple draggable actor + * + * + * FIXME: MISSING XINCLUDE CONTENT + * + * + * The example program above allows dragging the rectangle around + * the stage using a #ClutterDragAction. When pressing the + * Shift key the actor that is going to be dragged is a + * separate rectangle, and when the drag ends, the original rectangle will + * be animated to the final coordinates. + * + * * #ClutterDragAction is available since Clutter 1.4 */