eina: Add since 1.15 tag for evlog API additions

This commit is contained in:
Stefan Schmidt 2015-07-23 12:04:35 +02:00
parent 49f2428b2a
commit b4a85c72d8
1 changed files with 4 additions and 0 deletions

View File

@ -122,6 +122,8 @@ eina_evlog_steal(void);
/**
* @brief Begin logging - until now eina_evlog is a NOOP
*
* @since 1.15
*/
EAPI void
eina_evlog_start(void);
@ -131,6 +133,8 @@ eina_evlog_start(void);
*
* You must not be using any evlog buffers stolen by eina_evlog_steal() by
* the time you call this function.
*
* @since 1.15
*/
EAPI void
eina_evlog_stop(void);