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. -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems -------------------------------------- MSN: [email protected] Skype: gsbarbieri Mobile: +55 (19) 9225-2202 ------------------------------------------------------------------------------ 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
