From: Yeongjong Lee Date: Fri, 26 Jul 2019 13:00:17 +0000 (+0200) Subject: efl_mono: update docs of CreateWrapperFor X-Git-Tag: submit/tizen/20190805.083058~127 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f813a578dbc377bc96a9b4f2a5d1e77e9caaebf4;p=platform%2Fupstream%2Fefl.git 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 --- diff --git a/src/bindings/mono/eo_mono/iwrapper.cs b/src/bindings/mono/eo_mono/iwrapper.cs index 09c82a7..6b7719e 100644 --- a/src/bindings/mono/eo_mono/iwrapper.cs +++ b/src/bindings/mono/eo_mono/iwrapper.cs @@ -569,11 +569,8 @@ public class Globals /// Creates a new wrapper for the given Eo id. /// - /// 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. - /// - /// For generated-class Eo instance, we use reflection to get the correct C# type to re-wrap - /// it. + /// 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. /// /// /// The Eo id to be wrapped.