efl/src/bindings/mono
Xavi Artigas 35bbedc96f efl: Add missing event types
Summary:
All events must have a type now, otherwise bindings don't know how to handle
the event_info field.
Most of the missing event types were actually "void" (no event_info present).
Some struct definitions had to be moved to eo instead of h files, so they
are available to bindings. Some have not, and are marked with FIXME.
Some namespaces have been fixed (like Efl_Event_Cb -> Efl.Event_Cb).

In general, there are hundreds of changed files, but mostly to add a type which
was not present before, so there's no harm done.
Also, A lot of FIXMEs have been added which should be, like, fixed.
For example, some events can send different types of event_info, which is
very inconvenient (and error prone).

Test Plan: make with c# bindings works, make check and make examples work too.

Reviewers: cedric, q66, lauromoura

Subscribers: zmike

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D6169
2018-05-19 01:42:26 +02:00
..
ecore_evas_mono efl_mono: Change generated classes naming scheme 2018-05-03 18:04:41 -03:00
efl_mono eolian-mono: Add documentation generation support 2017-12-20 19:57:17 -02:00
eina_mono efl_mono: Start generating eina future in eolian_mono. 2018-05-17 16:56:31 -03:00
eldbus_mono efl_mono: Fix eldbus warnings and typo. 2018-05-17 16:56:18 -03:00
eo_mono efl: Add missing event types 2018-05-19 01:42:26 +02:00