efl/src/bindings/mono
Jaehyun Cho 01875756eb eolian_mono: add more verbs to generate C# method beginning with verb
Summary:
C# language binding generates C# method name beginning with verb by
checking verb list in name_helpers.hh.

Some verbs used in eo method are missing in the current verb list. So
they are added into the verb list.

In this scheme, there is a problem that some words can be used as a verb
in some methods but they also can be used as a noun in other methods.
(e.g. drag_start as a verb / cursor_word_start as a noun)

So "start" and "scroll" are not added to verb list in this patch.
To resolve the above problem, we may need a new eo syntax to rename or
reverse the name in language bindings.

Test Plan: Check C# method names in .eo.cs files if the name begins with verb.

Reviewers: felipealmeida, SanghyeonLee, woohyun, Jaehyun_Cho, segfaultxavi

Reviewed By: segfaultxavi

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D10001
2019-09-20 19:29:08 -03:00
..
efl_mono eolian_mono: add more verbs to generate C# method beginning with verb 2019-09-20 19:29:08 -03:00
eina_mono csharp: Fix Hash.DelByValue 2019-09-13 19:22:39 -03:00
eldbus_mono csharp: Fix free_cb calling under dotnet. 2019-04-15 15:24:29 -03:00
eo_mono csharp: remove unused delegate and struct 2019-09-10 23:45:34 -03:00
eolian_mono build: make bindings cross compileable 2018-12-17 17:43:08 +01:00
efl_mono.dll.config.in efl-mono: Remove trailings from template file 2019-01-16 11:57:54 +09:00
meson.build csharp: add legacy eo in mono blacklist 2019-08-23 14:33:20 -03:00