efl/src/lib/emotion
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
..
Emotion.h all: Simplify definition of EAPI 2018-01-18 18:04:03 +09:00
Emotion_Eo.h emotion: convert Emotion_Object into Efl.Canvas.Video 2016-09-21 11:04:34 -07:00
Emotion_Legacy.h emotion: convert Emotion_Object into Efl.Canvas.Video 2016-09-21 11:04:34 -07:00
efl_canvas_video.eo efl: Add missing event types 2018-05-19 01:42:26 +02:00
emotion_main.c
emotion_modules.c emotion: use new bs static lib 2018-02-17 21:17:58 +01:00
emotion_modules.h all: Simplify definition of EAPI 2018-01-18 18:04:03 +09:00
emotion_private.h Fix sed error that changed "video" to "videfl" 2017-04-17 17:06:28 -05:00
emotion_smart.c Efl.Gfx.Image* (From Efl.Image*) 2018-04-24 09:03:40 -07:00
emotion_webcam.c efl: Reset ecore event types on init 2017-12-19 11:14:37 +09:00