blob: 391ad944f3d045df4d8914c973e5b22cb41ff0a7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#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
|