efl/src/bindings
Lauro Moura 4636d6e0eb efl_mono: Change generated classes naming scheme
Summary:
Now the generated classes use an approach more familiar to C#
developers:

Interfaces: efl.Object -> efl.IObject

Concrete (implementation) classes: efl.ObjectConcrete -> efl.Object.

During this change, some methods that could clash with the
implementation class name (CS0542) had the prefix "Do" added (like in
efl.Duplicate.Duplicate() and efl.Pack.Pack()).
Depends on D6049

Reviewers: felipealmeida, vitor.sousa

Reviewed By: vitor.sousa

Subscribers: cedric

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D6050
2018-05-03 18:04:41 -03:00
..
cxx efl_cxx: remove eolized promises from the CXX bindings 2018-05-01 10:39:01 -07:00
js all: Simplify definition of EAPI 2018-01-18 18:04:03 +09:00
luajit eolian: make doc ref resolution global 2018-04-18 16:38:14 +02:00
mono efl_mono: Change generated classes naming scheme 2018-05-03 18:04:41 -03:00