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
This commit is contained in:
Lauro Moura 2019-09-30 23:03:51 -03:00 committed by Felipe Magno de Almeida
parent 13ecc4898c
commit 774bc73320
1 changed files with 2 additions and 0 deletions

View File

@ -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
{