evas_loader: add since tag to newly added task_cancelled API

This commit is contained in:
Stefan Schmidt 2017-02-15 12:07:02 +01:00
parent 539bc7552b
commit 63bd03f2ed
1 changed files with 1 additions and 1 deletions

View File

@ -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 { \