Fix a doc typo

This commit is contained in:
Matthias Clasen 2011-01-28 11:08:26 -05:00
parent 6bbe86a763
commit d981b9ed61

View File

@ -70,7 +70,7 @@ gdk_drag_context_list_targets (GdkDragContext *context)
* @context: a #GdkDragContext
*
* Determines the bitmask of actions proposed by the source if
* gdk_drag_context_suggested_action() returns GDK_ACTION_ASK.
* gdk_drag_context_get_suggested_action() returns GDK_ACTION_ASK.
*
* Return value: the #GdkDragAction flags
*