csharp: Remove warning about clashing GetType() methods
authorLauro Moura <lauromoura@expertisesolutions.com.br>
Mon, 15 Apr 2019 18:58:30 +0000 (15:58 -0300)
committerShinwoo Kim <cinoo.kim@samsung.com>
Wed, 17 Apr 2019 01:59:50 +0000 (10:59 +0900)
commitaccdb878a613e03bbbb3e7f2d5b1f50473181d29
tree1f54d24ec6e257cd2c6951f974ff89a731e05176
parenta34b925770f005ab4ee0203990fea5dd676678a6
csharp: Remove warning about clashing GetType() methods

Summary:
This changes the naming scheme to replace `GetType`/`SetType` methods
with `Get<CLASS>Type`/`Set<CLASS>Type`. Like `GetGestureType`.

Avoids cs compiler complaining of clashing with `System.Object.GetType`.

Fixes T7727

Reviewers: segfaultxavi, felipealmeida, vitor.sousa

Reviewed By: vitor.sousa

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Maniphest Tasks: T7727

Differential Revision: https://phab.enlightenment.org/D8609
src/bin/eolian_mono/eolian/mono/documentation.hh
src/bin/eolian_mono/eolian/mono/function_definition.hh
src/bin/eolian_mono/eolian/mono/name_helpers.hh