On Fri, 14 Jan 2011 08:22:07 +0900 Daniel Juyung Seo <seojuyu...@gmail.com>
said:

> one question about api break.
> even elementary is not going to be included in efl 1.0, is it prohibited to
> change elementary after 1.0 release?

any break.change in elementary api after 1.0 will mean elementary becomes 2.0 -
and that means "we broke api" and people have to PORT to 2.0 as opposed to
their existing apps simply "just working". we CAN make changes.. but i'll
likely resist very heavily. maybe in a few years we can have an elm 2.0 - but
once 1.0 - that's it. no breaks for a long time.

> Thanks.
> Daniel Juyung Seo (SeoZ)Carsten Haitzler <ras...@rasterman.com> 님이 쓰신 메시
> 지:>On Thu, 13 Jan 2011 09:26:59 +0900 Daniel Juyung Seo
> <seojuyu...@gmail.com>
> >said:
> >
> >> Hello,
> >> elm_genlist_item_insert_before/after() is recently changed.
> >> 'parent' parameter is inserted as a 4th parameter.
> >> You just need to set it NULL, because 'parent' was not used before.
> >> 
> >> EAPI Elm_Genlist_Item *elm_genlist_item_insert_before(Evas_Object
> >> *obj, const Elm_Genlist_Item_Class *itc, const void *data,
> >> Elm_Genlist_Item *parent, Elm_Genlist_Item *before,
> >> Elm_Genlist_Item_Flags flags, Evas_Smart_Cb func, const void
> >> *func_data) EINA_ARG_NONNULL(1, 5);
> >> 
> >> EAPI Elm_Genlist_Item *elm_genlist_item_insert_after(Evas_Object *obj,
> >> const Elm_Genlist_Item_Class *itc, const void *data, Elm_Genlist_Item
> >> *parent, Elm_Genlist_Item *after, Elm_Genlist_Item_Flags flags,
> >> Evas_Smart_Cb func, const void *func_data) EINA_ARG_NONNULL(1, 5);
> >> 
> >> I fixed all codes in SVN trunk, but I can't figure out the sources outside
> >> SVN. I think there should be a way to announce this kind of API changed in
> >> enlightenment website or blog(if there is).
> >> Anybody has a suggestion?
> >
> >don't worry about it. after 1.0 we can't break api anyway - and any new
> >features or additions will be documented in release notes for a new lib
> >version. people living on svn.. should read the svn commits list :) that is
> >their change notification mechanism.
> >
> >> Thanks.
> >> Daniel Juyung Seo (SeoZ)
> >> 
> >> On Wed, Jan 12, 2011 at 5:50 PM, Nicolas Aguirre
> >> <aguirre.nico...@gmail.com> wrote:
> >> > 2011/1/12 Christopher Michael <cpmicha...@comcast.net>:
> >> >> On 01/11/2011 09:18 PM, Jeff Hoogland wrote:
> >> >>> Trying to build enna media center (based on elf) from source and it is
> >> >>> giving me this error message with latest SVN build of everything E (as
> >> >>> of last night)
> >> >>>
> >> >>> http://pastebin.com/nJpuF9tk
> >> >>>
> >> >>> Ideas? Looks like an elementary issue to me but I am not 100% on that.
> >> >>>
> >> >>> ~Jeff Hoogland
> >> >>
> >> >> Just rebuilt efl from svn, and elementary builds just fine. Looks like
> >> >> the enna code has not been updated for recent elm changes....so this
> >> >> isn't an EFL Svn issue, it's an Enna issue. I'd send an email to them if
> >> >> I were you ;)
> >> >>
> >> >> dh
> >> >>
> >> >> ------------------------------------------------------------------------------
> >> >> Protect Your Site and Customers from Malware Attacks
> >> >> Learn about various malware tactics and how to avoid them. Understand
> >> >> malware threats, the impact they can have on your business, and how you
> >> >> can protect your company and customers by using code signing.
> >> >> http://p.sf.net/sfu/oracle-sfdevnl
> >> >> _______________________________________________
> >> >> enlightenment-users mailing list
> >> >> enlightenment-users@lists.sourceforge.net
> >> >> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> >> >>
> >> >
> >> > Hi Jeff,
> >> >
> >> > Branch 0.4.1 of enna, build only with EFL beta 2 and associated
> >> > snapshot of elementary. Only Enna Head build fine with the Head SVN.
> >> > If you want to fix this build issue, you just have to a NULL parameter
> >> > before parameter before and after in elm_genlist_item_insert_before
> >> > and elm_genlist_item_insert_after calls.
> >> > i.e this patch.
> >> > http://hg.geexbox.org/enna/diff/ab6460badd78/src/bin/view_list2.c
> >> >
> >> > But I feared you find other few issues like those you report.
> >> >
> >> > Regards,
> >> > Nicolas
> >> >
> >> >
> >> > --
> >> > Nicolas Aguirre
> >> > Mail: aguirre.nico...@gmail.com
> >> > Web: http://www.digital-corner.org
> >> >
> >> > ------------------------------------------------------------------------------
> >> > Protect Your Site and Customers from Malware Attacks
> >> > Learn about various malware tactics and how to avoid them. Understand
> >> > malware threats, the impact they can have on your business, and how you
> >> > can protect your company and customers by using code signing.
> >> > http://p.sf.net/sfu/oracle-sfdevnl
> >> > _______________________________________________
> >> > enlightenment-users mailing list
> >> > enlightenment-users@lists.sourceforge.net
> >> > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> >> >
> >> 
> >> ------------------------------------------------------------------------------
> >> Protect Your Site and Customers from Malware Attacks
> >> Learn about various malware tactics and how to avoid them. Understand 
> >> malware threats, the impact they can have on your business, and how you 
> >> can protect your company and customers by using code signing.
> >> http://p.sf.net/sfu/oracle-sfdevnl
> >> _______________________________________________
> >> enlightenment-users mailing list
> >> enlightenment-users@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> >> 
> >
> >
> >-- 
> >------------- Codito, ergo sum - "I code, therefore I am" --------------
> >The Rasterman (Carsten Haitzler)    ras...@rasterman.com
> >


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to