diff options
author | Christophe Sadoine <chris@indefini.org> | 2013-11-04 15:33:12 +0900 |
---|---|---|
committer | Cedric Bail <cedric.bail@samsung.com> | 2013-11-04 15:35:41 +0900 |
commit | 6853dbcf23f71038a14fb4e44c0011dbb475821c (patch) | |
tree | fa4a7a79e55d4c88b79975d3394e3010db7b365d /NEWS | |
parent | cff3ec04b4d234c8ef59f9d6235e85b725e0bcf3 (diff) |
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>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -47,6 +47,7 @@ Additions: - Add eet_data_descriptor_name_get() - Add support EET_T_VALUE - Add EET_DATA_DESCRIPTOR_ADD_SUB_NESTED() + - Add EET_DATA_DESCRIPTOR_ADD_MAPPING_BASIC() * Eo: - Add generic efl object infrastructure - Add debugging facility |