On Tue, 28 Feb 2012 08:09:47 +0100 Vincent Torri <vincent.to...@gmail.com> said:

actually i'm still in the middle of those changes - that's why there are no docs
yet, thus no @since. they are all untested and i'm now glueing stuff into elm
to test them.

> i had a dream where people were not forgetful. Especially, just before a
> relase
> 
> Vincent
> 
> On Tue, Feb 28, 2012 at 8:06 AM, Enlightenment SVN
> <no-re...@enlightenment.org> wrote:
> > Log:
> > one time I had a dream where people helped others who were forgetful
> > instead of just pointing out that they were forgetful. then I woke up and
> > realized I had fallen asleep while watching Winnie the Pooh
> >
> >
> > Author:       discomfitor
> > Date:         2012-02-27 23:06:04 -0800 (Mon, 27 Feb 2012)
> > New Revision: 68494
> > Trac:         http://trac.enlightenment.org/e/changeset/68494
> >
> > Modified:
> >  trunk/ecore/src/lib/ecore_evas/Ecore_Evas.h
> >
> > Modified: trunk/ecore/src/lib/ecore_evas/Ecore_Evas.h
> > ===================================================================
> > --- trunk/ecore/src/lib/ecore_evas/Ecore_Evas.h 2012-02-28 06:43:59 UTC
> > (rev 68493) +++ trunk/ecore/src/lib/ecore_evas/Ecore_Evas.h 2012-02-28
> > 07:06:04 UTC (rev 68494) @@ -402,17 +402,29 @@
> >  */
> >  EAPI Eina_Bool   ecore_evas_fullscreen_get(const Ecore_Evas *ee);
> >
> > +/** @since 1.2 */
> >  EAPI void        ecore_evas_window_group_set(Ecore_Evas *ee, const
> > Ecore_Evas *ee_group); +/** @since 1.2 */
> >  EAPI const Ecore_Evas *ecore_evas_window_group_get(const Ecore_Evas *ee);
> > +/** @since 1.2 */
> >  EAPI void        ecore_evas_aspect_set(Ecore_Evas *ee, double aspect);
> > +/** @since 1.2 */
> >  EAPI double      ecore_evas_aspect_get(const Ecore_Evas *ee);
> > +/** @since 1.2 */
> >  EAPI void        ecore_evas_urgent_set(Ecore_Evas *ee, Eina_Bool urgent);
> > +/** @since 1.2 */
> >  EAPI Eina_Bool   ecore_evas_urgent_get(const Ecore_Evas *ee);
> > +/** @since 1.2 */
> >  EAPI void        ecore_evas_modal_set(Ecore_Evas *ee, Eina_Bool modal);
> > +/** @since 1.2 */
> >  EAPI Eina_Bool   ecore_evas_modal_get(const Ecore_Evas *ee);
> > +/** @since 1.2 */
> >  EAPI void        ecore_evas_demand_attention_set(Ecore_Evas *ee, Eina_Bool
> > demand); +/** @since 1.2 */
> >  EAPI Eina_Bool   ecore_evas_demand_attention_get(const Ecore_Evas *ee);
> > +/** @since 1.2 */
> >  EAPI void        ecore_evas_focus_skip_set(Ecore_Evas *ee, Eina_Bool skip);
> > +/** @since 1.2 */
> >  EAPI Eina_Bool   ecore_evas_focus_skip_get(const Ecore_Evas *ee);
> >
> >  /**
> > @@ -1231,6 +1243,7 @@
> >  * A call to this function will set a callback on an Ecore_Evas, causing
> >  * @p func to be called whenever @p ee changes state.
> >  *
> > + * @since 1.2
> >  * @warning If and when this function is called depends on the underlying
> >  * windowing system.
> >  */
> >
> >
> > ------------------------------------------------------------------------------
> > Keep Your Developer Skills Current with LearnDevNow!
> > The most comprehensive online learning library for Microsoft developers
> > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> > Metro Style Apps, more. Free future releases when you subscribe now!
> > http://p.sf.net/sfu/learndevnow-d2d
> > _______________________________________________
> > enlightenment-svn mailing list
> > enlightenment-...@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
> 
> ------------------------------------------------------------------------------
> Keep Your Developer Skills Current with LearnDevNow!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-d2d
> _______________________________________________
> 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


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to