On 16/02/12 15:11, Gustavo Sverzut Barbieri wrote: > On Thu, Feb 16, 2012 at 10:20 AM, Enlightenment SVN > <[email protected]> wrote: >> Log: >> Add EINA_DEPRECATED ~ thx to Seoz > > >> -EAPI void elm_label_fontsize_set(Evas_Object *obj, >> int fontsize); >> +EINA_DEPRECATED EAPI void >> elm_label_fontsize_set(Evas_Object *obj, int fontsize); > > usually we add EINA_DEPRECATED *after* the function, not before. This > also means it does not get into .c file... It is an attribute similar > to EINA_ARG_NONNULL() et al... > > EAPI we use to make it easier to find public functions, so we give it > special treatment. >
Yeah, but raster actually made a good point about that. He suggested we do this special treatment with EINA_DEPRECATED as well so it'll be easier to grep for them and remove them. -- Tom. ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
