efl_mono: update docs of CreateWrapperFor
authorYeongjong Lee <yj34.lee@samsung.com>
Fri, 26 Jul 2019 13:00:17 +0000 (15:00 +0200)
committerWooHyun Jung <wh0705.jung@samsung.com>
Mon, 5 Aug 2019 01:48:27 +0000 (10:48 +0900)
Reviewers: lauromoura, felipealmeida, segfaultxavi, vitor.sousa

Reviewed By: lauromoura

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D9084

src/bindings/mono/eo_mono/iwrapper.cs

index 09c82a7..6b7719e 100644 (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>