summaryrefslogtreecommitdiff
path: root/gtk/gtkdragdest.h
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2017-11-28 15:20:14 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2017-11-28 15:24:49 +0100
commit2d797dd816ee0c8f182e7bd9a7d36782ffbd159f (patch)
tree31ddd81d879aee99252b53cec275a7b7b09382b5 /gtk/gtkdragdest.h
parentcabfdd5c48af549178605394f28b0c4f6a30d5b2 (diff)
downloadgtk+-2d797dd816ee0c8f182e7bd9a7d36782ffbd159f.tar.gz
Fix some parameter name mismatches to make g-ir-scanner happier
Diffstat (limited to 'gtk/gtkdragdest.h')
-rw-r--r--gtk/gtkdragdest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkdragdest.h b/gtk/gtkdragdest.h
index 84a65a5eae..d69bd06eec 100644
--- a/gtk/gtkdragdest.h
+++ b/gtk/gtkdragdest.h
@@ -69,7 +69,7 @@ typedef enum {
GDK_AVAILABLE_IN_ALL
void gtk_drag_dest_set (GtkWidget *widget,
GtkDestDefaults flags,
- GdkContentFormats *formats,
+ GdkContentFormats *targets,
GdkDragAction actions);
GDK_AVAILABLE_IN_ALL