evas callback: Fix typo in documentation of evas_object_event_callback_del_full

Reviewers: cedric, seoz

Subscribers: cedric, seoz

Differential Revision: https://phab.enlightenment.org/D1904
This commit is contained in:
Amitesh Singh 2015-02-03 11:02:20 +09:00 committed by ChunEon Park
parent 8ee679cb6e
commit 0f32ab49ce
1 changed files with 1 additions and 1 deletions

View File

@ -834,7 +834,7 @@ EAPI void *evas_object_event_callback_del(Evas_Object *obj, Evas_Callback_Ty
* object. In errors, @c NULL will be returned.
*
* @note For deletion of Evas object events callbacks filtering by
* just type and function pointer, user
* just type and function pointer, use
* evas_object_event_callback_del().
*
* Example: