stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=63bd03f2ed3f437c4a0ef04ea9fba276d19f7948
commit 63bd03f2ed3f437c4a0ef04ea9fba276d19f7948 Author: Stefan Schmidt <[email protected]> Date: Wed Feb 15 12:07:02 2017 +0100 evas_loader: add since tag to newly added task_cancelled API --- src/lib/evas/Evas_Loader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/evas/Evas_Loader.h b/src/lib/evas/Evas_Loader.h index d3cf688..4923125 100644 --- a/src/lib/evas/Evas_Loader.h +++ b/src/lib/evas/Evas_Loader.h @@ -209,7 +209,7 @@ struct _Evas_Image_Load_Func EAPI Eina_Bool evas_module_register (const Evas_Module_Api *module, Evas_Module_Type type); EAPI Eina_Bool evas_module_unregister (const Evas_Module_Api *module, Evas_Module_Type type); -EAPI Eina_Bool evas_module_task_cancelled (void); +EAPI Eina_Bool evas_module_task_cancelled (void); /**< @since 1.19 */ #define EVAS_MODULE_TASK_CHECK(Count, Mask, Error, Error_Handler) \ do { \ --
