diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-20 17:40:01 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-20 18:27:29 -0500 |
commit | ed68d3f9de46d6b953f37f5c9caa8e9d2a76ef4e (patch) | |
tree | 7dff96a88f9b9140e444c55cc11244142c9dfdae /gdk/gdkdnd.c | |
parent | df989e3a279b016bce87a7612eb22067023941e2 (diff) | |
download | gtk+-ed68d3f9de46d6b953f37f5c9caa8e9d2a76ef4e.tar.gz |
docs: fix typo in type name
Diffstat (limited to 'gdk/gdkdnd.c')
-rw-r--r-- | gdk/gdkdnd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkdnd.c b/gdk/gdkdnd.c index 559a31de7b..588b4cbaae 100644 --- a/gdk/gdkdnd.c +++ b/gdk/gdkdnd.c @@ -400,7 +400,7 @@ gdk_drop_reply (GdkDragContext *context, /** * gdk_drop_finish: - * @context: a #GtkDragContext + * @context: a #GdkDragContext * @success: %TRUE if the data was successfully received * @time_: the timestamp for this operation * |