stefan pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=54d6a7ca914b922c2da78a23d9ac27d494836e62

commit 54d6a7ca914b922c2da78a23d9ac27d494836e62
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Wed Jan 6 18:39:48 2016 +0100

    elm_notify/popup: add missing since tag for new dismiss symbols
---
 src/lib/elm_notify.eo | 4 +++-
 src/lib/elm_popup.eo  | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/lib/elm_notify.eo b/src/lib/elm_notify.eo
index 5810513..f7426d8 100644
--- a/src/lib/elm_notify.eo
+++ b/src/lib/elm_notify.eo
@@ -69,7 +69,9 @@ class Elm.Notify (Elm.Container)
          }
       }
       dismiss {
-         [[Dismiss a notify object.]]
+         [[Dismiss a notify object.
+           @since 1.17
+         ]]
       }
    }
    implements {
diff --git a/src/lib/elm_popup.eo b/src/lib/elm_popup.eo
index bed9086..43ef62a 100644
--- a/src/lib/elm_popup.eo
+++ b/src/lib/elm_popup.eo
@@ -157,7 +157,9 @@ class Elm.Popup (Elm.Layout, 
Elm_Interface_Atspi_Widget_Action)
          }
       }
       dismiss {
-         [[Dismiss a Popup object.]]
+         [[Dismiss a Popup object.
+           @since 1.17
+         ]]
       }
    }
    implements {

-- 


Reply via email to