gdk: fix typo in the docs for gdk_drag_context_get_selected_action()

(cherry picked from commit e494ec1d61)
This commit is contained in:
Michael Natterer 2010-06-10 13:15:12 +02:00
parent 71c501d895
commit 61aa2af23d

View File

@ -149,7 +149,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.