summaryrefslogtreecommitdiff
path: root/gdk/gdkdragprivate.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2018-07-04 00:44:00 +0200
committerMatthias Clasen <mclasen@redhat.com>2018-07-12 13:02:42 +0200
commit94af080fb693c4dba24237d88fc7527e257f3503 (patch)
treed774b8f120be695c59fbef7f59cddc64eae06af4 /gdk/gdkdragprivate.h
parent40841ec3be2516481e2a57cc460045c30307a84d (diff)
downloadgtk+-94af080fb693c4dba24237d88fc7527e257f3503.tar.gz
Rename a property
Change GdkDrag::action to GdkDrag::selected-action, which is more clearly different from actions, and follows the existing name of the struct field and getter.
Diffstat (limited to 'gdk/gdkdragprivate.h')
-rw-r--r--gdk/gdkdragprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkdragprivate.h b/gdk/gdkdragprivate.h
index 3afd035760..835dd26807 100644
--- a/gdk/gdkdragprivate.h
+++ b/gdk/gdkdragprivate.h
@@ -80,7 +80,7 @@ void gdk_drag_set_cursor (GdkDrag *drag,
void gdk_drag_set_actions (GdkDrag *drag,
GdkDragAction actions,
GdkDragAction suggested_action);
-void gdk_drag_set_action (GdkDrag *drag,
+void gdk_drag_set_selected_action (GdkDrag *drag,
GdkDragAction action);
void gdk_drag_cancel (GdkDrag *drag,