diff options
author | Robert Ancell <robert.ancell@canonical.com> | 2020-01-13 12:30:17 +1300 |
---|---|---|
committer | Robert Ancell <robert.ancell@canonical.com> | 2020-01-13 12:30:17 +1300 |
commit | 2b6162116d3bfc71e33689076dc8caa89639ef9c (patch) | |
tree | bd18a63e6b25bc38584a40da1324d58ac19fdb3f /gtk/gtkentry.c | |
parent | 903afcbddd6b3fa6c8fce99fabe8d52fdfc5d258 (diff) | |
download | gtk+-2b6162116d3bfc71e33689076dc8caa89639ef9c.tar.gz |
Fix docstring errors with drag and drop code
Diffstat (limited to 'gtk/gtkentry.c')
-rw-r--r-- | gtk/gtkentry.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c index b5d367a9c1..921a96951b 100644 --- a/gtk/gtkentry.c +++ b/gtk/gtkentry.c @@ -2730,7 +2730,7 @@ gtk_entry_get_icon_at_pos (GtkEntry *entry, * gtk_entry_set_icon_drag_source: * @entry: a #GtkEntry * @icon_pos: icon position - * @formats: the targets (data formats) in which the data can be provided + * @provider: a #GdkContentProvider * @actions: a bitmask of the allowed drag actions * * Sets up the icon at the given position so that GTK+ will start a drag |