eet: Adding EET_DATA_DESCRIPTOR_ADD_MAPPING_BASIC to add a basic type to a union.
authorChristophe Sadoine <chris@indefini.org>
Mon, 4 Nov 2013 06:33:12 +0000 (15:33 +0900)
committerCedric Bail <cedric.bail@samsung.com>
Mon, 4 Nov 2013 06:35:41 +0000 (15:35 +0900)
commit6853dbcf23f71038a14fb4e44c0011dbb475821c
treefa4a7a79e55d4c88b79975d3394e3010db7b365d
parentcff3ec04b4d234c8ef59f9d6235e85b725e0bcf3
eet: Adding EET_DATA_DESCRIPTOR_ADD_MAPPING_BASIC to add a basic type to a union.

I added EET_DATA_DESCRIPTOR_ADD_MAPPING_BASIC because I need basic types in unions, and EET_DATA_DESCRIPTOR_ADD_MAPPING is only for structs.
I also modified the example with a float and a string.

Reviewers: cedric

Reviewed By: cedric

Differential Revision: https://phab.enlightenment.org/D313

Signed-off-by: Cedric Bail <cedric.bail@samsung.com>
AUTHORS
ChangeLog
NEWS
src/examples/eet/eet-data-file_descriptor_02.c
src/lib/eet/Eet.h
src/lib/eet/eet_data.c