efl/legacy/elementary/src/modules
Sangho Park b4830b8e84 Elementary map: elm_map source patch
i removed all custom enum & url callback of elm_map.
(ELM_MAP_SOURCE_CUSTOM_1, ELM_MAP_SOURCE_CUSTOM_2, ..., _custom1_url_cb, _custom2_url_cb, ... etc)
instead of those, i made sources list.
changed APIs are almost internal APIs...
but some APIs were changed for intuitive usage of map source.
user can make map module instead of setting custom APIs.

another change is "elm_module -> eina_module".
the reason of this change, is that elm_module uses environment value (i.e getenv, setenv.. ELM_MODULES)
i don't want to have a environment value dependency.


SVN revision: 59184
2011-05-04 09:44:53 +00:00
..
test_entry Fix some Wextra complains on elm bin 2010-10-19 18:25:22 +00:00
test_map Elementary map: elm_map source patch 2011-05-04 09:44:53 +00:00
Makefile.am From: sangho park <gouache95@gmail.com> 2010-12-21 09:14:47 +00:00