Hi Tae-Hwan, I don't think it is the good fix. The .eo file should describe this function, so Eolian could generate the legacy header for free.
Well, I have to admit I may have forgot this function during the porting :-) D2, alias me. On 07/22/2014 08:35 AM, Tae-Hwan Kim wrote: > raster pushed a commit to branch master. > > http://git.enlightenment.org/core/elementary.git/commit/?id=cfdaffb8cf65ab0a934de2efb513e66989b4bad6 > > commit cfdaffb8cf65ab0a934de2efb513e66989b4bad6 > Author: Tae-Hwan Kim <the81....@samsung.com> > Date: Tue Jul 22 14:14:34 2014 +0900 > > map: Add missing legacy API into legacy header > > Summary: @fix > > Reviewers: raster > > Reviewed By: raster > > Differential Revision: https://phab.enlightenment.org/D1164 > --- > src/lib/elm_map_legacy.h | 20 +++++++++++++++++++- > 1 file changed, 19 insertions(+), 1 deletion(-) > > diff --git a/src/lib/elm_map_legacy.h b/src/lib/elm_map_legacy.h > index ca34589..4c7aff2 100644 > --- a/src/lib/elm_map_legacy.h > +++ b/src/lib/elm_map_legacy.h > @@ -10,4 +10,22 @@ > */ > EAPI Evas_Object *elm_map_add(Evas_Object *parent); > > -#include "elm_map.eo.legacy.h" > \ No newline at end of file > +/** > + * @internal > + * > + * @brief Requests a list of addresses corresponding to a given name. > + * > + * @since 1.8 > + * > + * @remarks This is used if you want to search the address from a name. > + * > + * @param obj The map object > + * @param address The address > + * @param name_cb The callback function > + * @param data The user callback data > + * > + * @ingroup Map > + */ > +EAPI void elm_map_name_search(const Evas_Object *obj, const > char *address, Elm_Map_Name_List_Cb name_cb, void *data); > + > +#include "elm_map.eo.legacy.h" > ------------------------------------------------------------------------------ Want fast and easy access to all the code in your enterprise? Index and search up to 200,000 lines of code with a free copy of Black Duck Code Sight - the same software that powers the world's largest code search on Ohloh, the Black Duck Open Hub! Try it now. http://p.sf.net/sfu/bds _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel