[gtk+/wip/garnacho/dnd-grab] Fix remaining references to ::action



commit 9daf885dcca6c5bb6e00738724c1b35445e9caa5
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Jan 19 07:11:15 2016 -0500

    Fix remaining references to ::action

 gdk/gdkdnd.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gdk/gdkdnd.c b/gdk/gdkdnd.c
index 0a3afea..7a82849 100644
--- a/gdk/gdkdnd.c
+++ b/gdk/gdkdnd.c
@@ -334,7 +334,7 @@ gdk_drag_context_class_init (GdkDragContextClass *klass)
                   G_TYPE_NONE, 0);
 
   /**
-   * GdkDragContext::action:
+   * GdkDragContext::action-changed:
    * @action: The action currently chosen
    *
    * A new action is being chosen for the drag and drop operation.
@@ -662,8 +662,8 @@ gdk_drag_drop_done (GdkDragContext *context,
  *
  * Once the drag and drop operation is managed, the drag context will
  * emit the following signals:
- * - The #GdkDragContext::action signal whenever the final action to be
- *   performed by the drag and drop operation changes.
+ * - The #GdkDragContext::action-changed signal whenever the final action
+ *   to be performed by the drag and drop operation changes.
  * - The #GdkDragContext::drop-performed signal after the user performs
  *   the drag and drop gesture (typically by releasing the mouse button).
  * - The #GdkDragContext::dnd-finished signal after the drag and drop


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]