On Thu, 2006-11-30 at 09:43 +0100, Jules Colding wrote:
> Is this really necessary?  
> 
> struct _CamelOfflineFolder {
>         CamelFolder parent_object;
> 
>         unsigned int sync_offline:1;
> };
> 
> Wouldn't it be much better/simpler/cleaner simply to do:
> 
> struct _CamelOfflineFolder {
>         CamelFolder parent_object;
> 
>         gboolean sync_offline;
> };

gtypes.h says:

typedef gint   gboolean;

Ross
-- 
Ross Burton                                 mail: [EMAIL PROTECTED]
                                          jabber: [EMAIL PROTECTED]
                                     www: http://www.burtonini.com./
 PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers

Reply via email to