On Mon, 20 Aug 2007 13:08:18 -0400 (EDT) Enlightenment CVS
<[EMAIL PROTECTED]> babbled:

from libdbus dbus-types.h:

typedef dbus_uint32_t  dbus_bool_t;

...

so isn't it better we use the bool type and let libdbus abstract as needed?

> Enlightenment CVS committal
> 
> Author  : englebass
> Project : e17
> Module  : proto/e_dbus
> 
> Dir     : e17/proto/e_dbus/src/lib/hal
> 
> 
> Modified Files:
>       E_Hal.h 
> 
> 
> Log Message:
> dbus bool is uint32 (Thanks Volker Weiss).
> 
> ===================================================================
> RCS file: /cvs/e/e17/proto/e_dbus/src/lib/hal/E_Hal.h,v
> retrieving revision 1.6
> retrieving revision 1.7
> diff -u -3 -r1.6 -r1.7
> --- E_Hal.h   12 Aug 2007 02:30:13 -0000      1.6
> +++ E_Hal.h   20 Aug 2007 17:08:18 -0000      1.7
> @@ -52,7 +52,7 @@
>    {
>      const char *s;
>      int i;
> -    dbus_bool_t b;
> +    dbus_uint32_t b;
>      double d;
>      dbus_uint64_t u64;
>      Ecore_List *strlist;
> 
> 
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> _______________________________________________
> enlightenment-cvs mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs
> 


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    [EMAIL PROTECTED]
裸好多
Tokyo, Japan (東京 日本)

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to