summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-01-19 07:11:15 -0500
committerMatthias Clasen <mclasen@redhat.com>2016-01-19 07:11:15 -0500
commit9daf885dcca6c5bb6e00738724c1b35445e9caa5 (patch)
tree382a70bf48618f335419544df420b07306334c8a
parent5afe78cf99c2cf75620a29664945ab265df8e42b (diff)
downloadgtk+-9daf885dcca6c5bb6e00738724c1b35445e9caa5.tar.gz
Fix remaining references to ::action
-rw-r--r--gdk/gdkdnd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdk/gdkdnd.c b/gdk/gdkdnd.c
index 0a3afea680..7a82849089 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