cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=c65a1d17c21050849ca22480b877c5a8e4d9794e
commit c65a1d17c21050849ca22480b877c5a8e4d9794e Author: Nicolas Aguirre <[email protected]> Date: Fri Oct 10 12:44:03 2014 +0200 evas: fix typo in documentation and document the return value of evas_device_add. --- src/lib/evas/Evas_Common.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/lib/evas/Evas_Common.h b/src/lib/evas/Evas_Common.h index f9a517d..6dfa511 100644 --- a/src/lib/evas/Evas_Common.h +++ b/src/lib/evas/Evas_Common.h @@ -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 */ --
