From 22c61e0c8f0028cb4da8b4a107f8018f5a0ed5dc Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Wed, 2 Jun 2010 21:11:45 +0200 Subject: [PATCH] app: forgot to update API docs in the last commit --- gdk/gdkdnd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.