On Tue, 5 Oct 2010, Enlightenment SVN wrote:
> Log:
> * eio: follow efl coding style.
>
> Author: cedric
> Date: 2010-10-05 08:58:19 -0700 (Tue, 05 Oct 2010)
> New Revision: 53066
>
> Modified:
> trunk/eio/src/lib/eio_file.c
>
> Modified: trunk/eio/src/lib/eio_file.c
> ===================================================================
> --- trunk/eio/src/lib/eio_file.c 2010-10-05 15:32:24 UTC (rev 53065)
> +++ trunk/eio/src/lib/eio_file.c 2010-10-05 15:58:19 UTC (rev 53066)
> @@ -84,7 +84,7 @@
> }
>
> static void
> -_eio_file_notify(Ecore_Thread *thread __UNUSED__, void *msg_data, void *data)
> +_eio_file_notify(__UNUSED__ Ecore_Thread *thread, void *msg_data, void *data)
no... __UNUSED__ is after the var...
Vincent
> {
> Eio_File_Char_Ls *async = data;
> const char *file = msg_data;
> @@ -139,7 +139,7 @@
> }
>
> static void
> -_eio_file_direct_notify(Ecore_Thread *thread __UNUSED__, void *msg_data,
> void *data)
> +_eio_file_direct_notify(__UNUSED__ Ecore_Thread *thread, void *msg_data,
> void *data)
> {
> Eio_File_Direct_Ls *async = data;
> Eina_File_Direct_Info *info = msg_data;
> @@ -349,7 +349,7 @@
> }
>
> static void
> -_eio_file_copy_notify(Ecore_Thread *thread __UNUSED__, void *msg_data, void
> *data)
> +_eio_file_copy_notify(__UNUSED__ Ecore_Thread *thread, void *msg_data, void
> *data)
> {
> Eio_File_Progress *copy = data;
>
> @@ -453,7 +453,7 @@
> }
>
> static void
> -_eio_file_move_notify(Ecore_Thread *thread __UNUSED__, void *msg_data, void
> *data)
> +_eio_file_move_notify(__UNUSED__ Ecore_Thread *thread, void *msg_data, void
> *data)
> {
> Eio_File_Move *move = data;
>
>
>
> ------------------------------------------------------------------------------
> Beautiful is writing same markup. Internet Explorer 9 supports
> standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3.
> Spend less time writing and rewriting code and more time creating great
> experiences on the web. Be a part of the beta today.
> http://p.sf.net/sfu/beautyoftheweb
> _______________________________________________
> enlightenment-svn mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>
>
------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3.
Spend less time writing and rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel