how is it possible that those 2 functions will change in the future ? you return a bool, you set a bool...
Vincent On Tue, Dec 27, 2011 at 12:39 AM, Christopher Michael <[email protected]> wrote: > Docs will come after the code has been flushed out and is "ready". Things > may change between now and then (functions/params/etc/etc) so docs will have > to wait. > > dh > > > On 12/26/11 18:32, Vincent Torri wrote: >> >> doc, @since, ChangeLog, NEWS.... >> >> how is it possible that someone still forget about that ???? >> >> Vincent >> >> On Tue, Dec 27, 2011 at 12:08 AM, Enlightenment SVN >> <[email protected]> wrote: >>> >>> Log: >>> Evas: Add functions to get/set if an object is a 'frame object'. >>> >>> >>> >>> Author: devilhorns >>> Date: 2011-12-26 15:08:17 -0800 (Mon, 26 Dec 2011) >>> New Revision: 66535 >>> Trac: http://trac.enlightenment.org/e/changeset/66535 >>> >>> Modified: >>> trunk/evas/src/lib/Evas.h >>> >>> Modified: trunk/evas/src/lib/Evas.h >>> =================================================================== >>> --- trunk/evas/src/lib/Evas.h 2011-12-26 23:07:52 UTC (rev 66534) >>> +++ trunk/evas/src/lib/Evas.h 2011-12-26 23:08:17 UTC (rev 66535) >>> @@ -9050,6 +9050,9 @@ >>> * @} >>> */ >>> >>> +EAPI void evas_object_is_frame_object_set(Evas_Object *obj, >>> Eina_Bool is_frame); >>> +EAPI Eina_Bool evas_object_is_frame_object_get(Evas_Object >>> *obj); >>> + >>> /** >>> * @defgroup Evas_Smart_Group Smart Functions >>> * >>> > > ------------------------------------------------------------------------------ Write once. Port to many. Get the SDK and tools to simplify cross-platform app development. Create new or port existing apps to sell to consumers worldwide. Explore the Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join http://p.sf.net/sfu/intel-appdev _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
