Eo event cb: Update documentation.

This commit is contained in:
Tom Hacohen 2016-03-07 10:34:52 +00:00
parent 8c567bbb17
commit f9a47b1848
2 changed files with 2 additions and 2 deletions

View File

@ -153,7 +153,7 @@ enum _Eo_Op_Type
*/
typedef enum _Eo_Op_Type Eo_Op_Type;
/** XXX: Hack until fixed in Eolian */
/** This has to be duplicated here because Eolian doesn't support event callbacks. */
typedef struct _Eo_Event Eo_Event;
/**
* @typedef Eo_Event_Cb

View File

@ -1,6 +1,6 @@
import eina_types;
/* XXX: Hack until Eolian is ready. */
/* Event callbacks are a special case and have to be external as eolian doesn't support function pointers. */
type @extern Eo.Event_Cb: __builtin_event_cb;
struct Eo.Event_Description {