From 774bc73320552be7399f6baa58347c558b2cd0af Mon Sep 17 00:00:00 2001 From: Lauro Moura Date: Mon, 30 Sep 2019 23:03:51 -0300 Subject: [PATCH] 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) /// public class Promise : IDisposable {