csharp: Make GetPart public.
authorLauro Moura <lauromoura@expertisesolutions.com.br>
Thu, 7 Nov 2019 20:59:40 +0000 (17:59 -0300)
committerWonki Kim <wonki_.kim@samsung.com>
Mon, 11 Nov 2019 02:20:43 +0000 (11:20 +0900)
commit4d6b5de7d394a799d361ed834e11299f41e13ac4
tree0a224aef46dfff1ec3d0ff211f2ef3228cacda39
parent568a9a0c0b5043a0d10e9d6fa8aae4cfd2ecc28b
csharp: Make GetPart public.

Summary:
`efl_part_get` is protected in C due to the presence of `efl_part`,
which does automatic refcount management in single method calls.

The C# binding has no limitation on this as it already handles the
lifetime for all objects.

Fixes T8462

Reviewers: brunobelo, segfaultxavi, SanghyeonLee

Reviewed By: SanghyeonLee

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Maniphest Tasks: T8462

Differential Revision: https://phab.enlightenment.org/D10594
src/bin/eolian_mono/eolian/mono/function_helpers.hh
src/tests/efl_mono/Parts.cs