evas: fix typo in documentation and document the return value of evas_device_add.

This commit is contained in:
Nicolas Aguirre 2014-10-10 12:44:03 +02:00 committed by Cedric BAIL
parent 1e64aed04a
commit c65a1d17c2
1 changed files with 3 additions and 1 deletions

View File

@ -1323,10 +1323,12 @@ EAPI void evas_render_updates_free(Eina_List *updates);
*
* @param e The canvas to create the device node for.
*
* Adds a new device nod to the given canvas @p e. All devices created as
* Adds a new device node to the given canvas @p e. All devices created as
* part of the canvas @p e will automatically be deleted when the canvas
* is freed.
*
* @return the device node created or NULL if an error occured.
*
* @see evas_device_del
* @since 1.8
*/