felipealmeida pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=774bc73320552be7399f6baa58347c558b2cd0af
commit 774bc73320552be7399f6baa58347c558b2cd0af Author: Lauro Moura <lauromo...@expertisesolutions.com.br> Date: Mon Sep 30 23:03:51 2019 -0300 csharp: Add since to Eina.Promise Summary: ref T8293 Reviewers: segfaultxavi, felipealmeida, brunobelo Reviewed By: felipealmeida Subscribers: cedric, #reviewers, #committers Tags: #efl Maniphest Tasks: T8293 Differential Revision: https://phab.enlightenment.org/D10256 --- src/bindings/mono/eina_mono/eina_promises.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bindings/mono/eina_mono/eina_promises.cs b/src/bindings/mono/eina_mono/eina_promises.cs index dc8642aeaa..2d0f99d991 100644 --- a/src/bindings/mono/eina_mono/eina_promises.cs +++ b/src/bindings/mono/eina_mono/eina_promises.cs @@ -70,6 +70,8 @@ static internal class PromiseNativeMethods /// Promises act as placeholders for a value that may be available in the future. /// /// With a Promise you can attach futures to it, which will be used to notify of the value being available. +/// +/// (Since Efl 1.23) /// </summary> public class Promise : IDisposable { --