summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@osg.samsung.com>2016-01-06 19:38:46 +0100
committerStefan Schmidt <stefan@osg.samsung.com>2016-01-06 19:38:46 +0100
commit7a2a98094aa278996c0f0bcfebcdbf2e005b55ca (patch)
treed5b4a4dca34197c762cb16535e4468df21c2eac6
parent54d6a7ca914b922c2da78a23d9ac27d494836e62 (diff)
downloadelementary-7a2a98094aa278996c0f0bcfebcdbf2e005b55ca.tar.gz
elm_sys_notify: add missing since tags for notification server support
-rw-r--r--src/lib/elm_sys_notify.eo9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/lib/elm_sys_notify.eo b/src/lib/elm_sys_notify.eo
index 7eb0df2df..9adae9fef 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]]
}
}