update docs.

SVN revision: 84298
This commit is contained in:
Carsten Haitzler 2013-02-22 08:50:07 +00:00
parent 30cc0a85c8
commit 6ff515ea60
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ EAPI Eina_Bool elm_drop_target_del(Evas_Object *obj);
* @param action The drag action to be done
* @param createicon Function to call to create a drag object, or NULL if not wanted
* @param createdata Application data passed to @p createicon
* @param dragpos Function called with each position of the drag, x, y being screen coordinates if possible, and action being the current action. Do not change action inside theis callback (defer it to another).
* @param dragpos Function called with each position of the drag, x, y being screen coordinates if possible, and action being the current action.
* @param dragdata Application data passed to @p dragpos
* @param acceptcb Function called indicating if drop target accepts (or does not) the drop data while dragging
*