[gtk+/gtk-2-22] gdk: fix typo in the docs for gdk_drag_context_get_selected_action()



commit e494ec1d61e627db44a6bcc678ee8b37c8eb038c
Author: Michael Natterer <mitch gimp org>
Date:   Thu Jun 10 13:15:12 2010 +0200

    gdk: fix typo in the docs for gdk_drag_context_get_selected_action()

 gdk/gdkdnd.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdk/gdkdnd.c b/gdk/gdkdnd.c
index e601b96..2e32da8 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.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]