OK, it's temporary fix.
I will add it into EO class ASAP. :)

2014-07-22 17:14 GMT+09:00 Carsten Haitzler <ras...@rasterman.com>:

> On Tue, 22 Jul 2014 09:14:15 +0300 Daniel Zaoui <daniel.za...@samsung.com>
> said:
>
> > 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
> :-)
>
> for now this will do.. until it goes into the eo file. :)
>
> > 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
> >
>
>
> --
> ------------- Codito, ergo sum - "I code, therefore I am" --------------
> The Rasterman (Carsten Haitzler)    ras...@rasterman.com
>
>
>
> ------------------------------------------------------------------------------
> 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
>



-- 
BRs,
Kim.
------------------------------------------------------------------------------
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

Reply via email to