diff options
author | Michael Natterer <mitch@gimp.org> | 2010-06-02 21:11:45 +0200 |
---|---|---|
committer | Michael Natterer <mitch@gimp.org> | 2010-06-02 21:12:40 +0200 |
commit | 2b89d46a9a072c0a9969d6ac298bc0ab3ce15f85 (patch) | |
tree | 0b911bcd7493be0995c5353b8bc345571e936907 /gdk/gdkdnd.c | |
parent | 19236d68d9f6fc295180bd5dec9925f40d19682d (diff) | |
download | gtk+-2b89d46a9a072c0a9969d6ac298bc0ab3ce15f85.tar.gz |
app: forgot to update API docs in the last commit
(cherry picked from commit 22c61e0c8f0028cb4da8b4a107f8018f5a0ed5dc)
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 f4d2332b7a..e601b961e7 100644 --- a/gdk/gdkdnd.c +++ b/gdk/gdkdnd.c @@ -133,7 +133,7 @@ gdk_drag_context_get_suggested_action (GdkDragContext *context) } /** - * gdk_drag_context_get_action: + * gdk_drag_context_selected_get_action: * @context: a #GdkDragContext * * Determines the action chosen by the drag destination. |