csharp: Fix event names with underscore.
authorLauro Moura <lauromoura@expertisesolutions.com.br>
Mon, 11 Mar 2019 22:22:28 +0000 (19:22 -0300)
committerJunsuChoi <jsuya.choi@samsung.com>
Fri, 15 Mar 2019 04:23:20 +0000 (13:23 +0900)
commit64352f2ee30c0b2ffbf8670f358155476e5a3ecf
tree88194cb6ba8491fa73e36e5cd78a99a3aaa01273
parent3ad77a64476a141b477aea3a03242ea95ae6ed11
csharp: Fix event names with underscore.

Summary:
names like `focus_geometry,changed` shoud be converted to
FocusGeometryChanged instead of Focus_geometryChanged.

Fixes T7735

Test Plan: run tests

Reviewers: vitor.sousa, felipealmeida, segfaultxavi

Reviewed By: vitor.sousa

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Maniphest Tasks: T7735

Differential Revision: https://phab.enlightenment.org/D8301
src/bin/eolian_mono/eolian/mono/name_helpers.hh
src/bin/eolian_mono/eolian/mono/utils.hh
src/tests/efl_mono/Events.cs
src/tests/efl_mono/dummy_test_object.eo
src/tests/efl_mono/libefl_mono_native_test.c