diff options
Diffstat (limited to 'gdk/x11/gdkdnd-x11.c')
-rw-r--r-- | gdk/x11/gdkdnd-x11.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/x11/gdkdnd-x11.c b/gdk/x11/gdkdnd-x11.c index 824f96d235..60adca0d3e 100644 --- a/gdk/x11/gdkdnd-x11.c +++ b/gdk/x11/gdkdnd-x11.c @@ -3103,7 +3103,7 @@ gdk_drag_do_leave (GdkDragContext *context, guint32 time) /** * gdk_drag_begin: * @window: the source window for this drag. - * @targets: the list of offered targets. + * @targets: the offered targets, as list of #GdkAtom<!-- -->s * * Starts a drag and creates a new drag context for it. * |