efl_mono: update docs of CreateWrapperFor

Reviewers: lauromoura, felipealmeida, segfaultxavi, vitor.sousa

Reviewed By: lauromoura

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D9084
This commit is contained in:
Yeongjong Lee 2019-07-26 15:00:17 +02:00 committed by Xavi Artigas
parent 8d1bd770df
commit 41aa680c85
1 changed files with 2 additions and 5 deletions

View File

@ -569,11 +569,8 @@ public class Globals
/// <summary>Creates a new wrapper for the given Eo id.
///
/// <para>If the Eo was created from a non-generated class (i.e. C#-pure class), it returns
/// the C# instance handle stored in the Eo's private data.</para>
///
/// <para>For generated-class Eo instance, we use reflection to get the correct C# type to re-wrap
/// it.</para>
/// <para>If the Eo have a WrapperSupervisor, it returns the C# instance handle stored in its
/// WrapperSupervisor. otherwise, we use reflection to get the correct C# type to re-wrap it.</para>
/// </summary>
///
/// <param name="handle">The Eo id to be wrapped.</param>