diff options
author | Stefan Schmidt <stefan@osg.samsung.com> | 2016-01-06 18:39:48 +0100 |
---|---|---|
committer | Stefan Schmidt <stefan@osg.samsung.com> | 2016-01-06 18:39:48 +0100 |
commit | 54d6a7ca914b922c2da78a23d9ac27d494836e62 (patch) | |
tree | b094f846548f2570f986c07b70ef75f394eb27f0 /src | |
parent | 110a9affa641e72c795f5a6f22296421aa204fa7 (diff) | |
download | elementary-54d6a7ca914b922c2da78a23d9ac27d494836e62.tar.gz |
elm_notify/popup: add missing since tag for new dismiss symbols
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/elm_notify.eo | 4 | ||||
-rw-r--r-- | 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 581051382..f7426d8b2 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 bed908641..43ef62a3d 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 { |