From 84a6476177504785485405636c17bb6f6cd5c98e Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Wed, 6 Jan 2016 19:38:46 +0100 Subject: [PATCH] elm_sys_notify: add missing since tags for notification server support --- legacy/elementary/src/lib/elm_sys_notify.eo | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/legacy/elementary/src/lib/elm_sys_notify.eo b/legacy/elementary/src/lib/elm_sys_notify.eo index 7eb0df2dfb..9adae9fef7 100644 --- a/legacy/elementary/src/lib/elm_sys_notify.eo +++ b/legacy/elementary/src/lib/elm_sys_notify.eo @@ -50,7 +50,7 @@ class Elm.Sys_Notify (Eo.Base, Elm.Sys_Notify_Interface) get { [[Get the notification servers that have been registered - @since 1.16 + @since 1.17 ]] } set { @@ -60,6 +60,8 @@ class Elm.Sys_Notify (Eo.Base, Elm.Sys_Notify_Interface) fullfill very specific purposes. Use elm_need_sys_notify() which activates the default available notification servers. + + @since 1.17 ]] return: bool; [[$true on success, $false on failure]] } @@ -73,7 +75,10 @@ class Elm.Sys_Notify (Eo.Base, Elm.Sys_Notify_Interface) singleton_get @class { [[Returns the singleton instance of the notification manager Elm.Sys_Notify. It is initialized upon the first call of this - function]] + function + + @since 1.17 + ]] return: Elm.Sys_Notify *; [[The unique notification manager]] } }