Eo: Add eina_types.eot for general types.

This commit is contained in:
Tom Hacohen 2015-05-29 11:31:05 +01:00
parent 5aedcdb591
commit 3c27a05c4f
3 changed files with 7 additions and 1 deletions

View File

@ -39,7 +39,8 @@ lib_eo_libeo_la_LDFLAGS = @EFL_LTLIBRARY_FLAGS@
eoeolianfilesdir = $(datadir)/eolian/include/eo-@VMAJ@
eoeolianfiles_DATA = \
$(eo_eolian_files)
$(eo_eolian_files) \
lib/eo/eina_types.eot # We don't generate .c/.h on purpose
EXTRA_DIST += \
${eoeolianfiles_DATA}

View File

@ -0,0 +1,3 @@
/* FIXME: Move to Eina when we decide they are handled properly. */
type @extern Eina_Stringshare: const(char) *;
type @extern Eina_Value: void *;

View File

@ -1,3 +1,5 @@
import eina_types;
/* XXX: Hack until Eolian is ready. */
type @extern Eo.Event_Cb: __builtin_event_cb;