eina_lock: add since tag to now exposed eina_lock_debug API

This function was static inline before but form 1.19 onwards its EAPI so give
it a since tag.
This commit is contained in:
Stefan Schmidt 2017-02-15 11:07:42 +01:00
parent b6f84653d4
commit b9524b6aa5
1 changed files with 2 additions and 0 deletions

View File

@ -210,6 +210,8 @@ static inline Eina_Lock_Result eina_lock_release(Eina_Lock *mutex);
* lock state, thread number and a backtrace.
*
* @note If @c EINA_HAVE_DEBUG_THREADS is not defined, this function does nothing.
*
* @since 1.19
*/
EAPI void eina_lock_debug(const Eina_Lock *mutex);