bdilly pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=f395fbd9609eaa1bbcb51be68f42b16d7c70e976
commit f395fbd9609eaa1bbcb51be68f42b16d7c70e976 Author: Bruno Dilly <[email protected]> Date: Mon Oct 3 10:21:47 2016 -0300 evas: Fix doxygen and normalize function signature On recently added function evas_device_add_full() --- src/lib/evas/Evas_Common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/evas/Evas_Common.h b/src/lib/evas/Evas_Common.h index 6025c5c..5ae1626 100644 --- a/src/lib/evas/Evas_Common.h +++ b/src/lib/evas/Evas_Common.h @@ -1151,7 +1151,7 @@ EAPI Evas_Device *evas_device_add(Evas *e); * @see evas_device_del * @since 1.19 */ -EAPI Evas_Device *evas_device_add_full(Evas *eo_e, const char *name, +EAPI Evas_Device *evas_device_add_full(Evas *e, const char *name, const char *desc, Evas_Device *parent_dev, Evas_Device *emulation_dev, --
