From e494ec1d61e627db44a6bcc678ee8b37c8eb038c Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Thu, 10 Jun 2010 13:15:12 +0200 Subject: [PATCH] gdk: fix typo in the docs for gdk_drag_context_get_selected_action() --- gdk/gdkdnd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/gdkdnd.c b/gdk/gdkdnd.c index e601b961e7..2e32da8419 100644 --- a/gdk/gdkdnd.c +++ b/gdk/gdkdnd.c @@ -133,7 +133,7 @@ gdk_drag_context_get_suggested_action (GdkDragContext *context) } /** - * gdk_drag_context_selected_get_action: + * gdk_drag_context_get_selected_action: * @context: a #GdkDragContext * * Determines the action chosen by the drag destination.