On Saturday, July 7, 2012, Enlightenment SVN wrote:

> Log:
> elementary/general - also here a comment for the future.
>
>
>
> Author:       hermet
> Date:         2012-07-06 23:34:16 -0700 (Fri, 06 Jul 2012)
> New Revision: 73446
> Trac:         http://trac.enlightenment.org/e/changeset/73446
>
> Modified:
>   trunk/elementary/src/lib/elm_main.c
>
> Modified: trunk/elementary/src/lib/elm_main.c
> ===================================================================
> --- trunk/elementary/src/lib/elm_main.c 2012-07-07 06:29:29 UTC (rev 73445)
> +++ trunk/elementary/src/lib/elm_main.c 2012-07-07 06:34:16 UTC (rev 73446)
> @@ -913,6 +913,7 @@
>     return EINA_TRUE;
>  }
>
> +//FIXME: Use Elm_Policy Parameter when 2.0 is released.
>  EAPI int
>  elm_policy_get(unsigned int policy)


What you mean? This was int just because people recommend using that
instead of enum to guarantee signed and size of the API. Some compilers may
auto unsigned if there was no negative value, and reduce the size if it
fits.


 {
>
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net <javascript:;>
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>


-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--------------------------------------
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to