stefan pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=7a2a98094aa278996c0f0bcfebcdbf2e005b55ca

commit 7a2a98094aa278996c0f0bcfebcdbf2e005b55ca
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Wed Jan 6 19:38:46 2016 +0100

    elm_sys_notify: add missing since tags for notification server support
---
 src/lib/elm_sys_notify.eo | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/src/lib/elm_sys_notify.eo b/src/lib/elm_sys_notify.eo
index 7eb0df2..9adae9f 100644
--- a/src/lib/elm_sys_notify.eo
+++ b/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]]
       }
    }

-- 


Reply via email to