eldbus: add since tag for now public eldbus_message_signal_new API

Thanks go to vtorri for bringing this to my attention.
This commit is contained in:
Stefan Schmidt 2015-08-24 12:07:10 +02:00
parent 2eb4f2604d
commit 495046e0eb
1 changed files with 2 additions and 0 deletions

View File

@ -94,6 +94,8 @@ EAPI Eldbus_Message *eldbus_message_method_call_new(const char *dest, con
* @param name name of the signal to be broadcasted
*
* @return a new Eldbus_Message, free with eldbus_message_unref()
*
* @since 1.16
*/
EAPI Eldbus_Message *eldbus_message_signal_new(const char *path, const char *interface, const char *name) EINA_ARG_NONNULL(1, 2, 3) EINA_WARN_UNUSED_RESULT;