efl/src/lib/eina/eina_internal.h

17 lines
282 B
C
Raw Normal View History

2017-12-18 17:18:43 -08:00
#ifndef EINA_INTERNAL_H
#define EINA_INTERNAL_H
/*
* eina_internal.h
*
* Lists public functions that are meant for internal use by EFL only and are
* not stable API.
*/
/**
* @brief Cancels all pending promise/futures.
*/
EAPI void __eina_promise_cancel_all(void);
#endif