24 Oct
                
                    2007
                
            
            
                24 Oct
                
                '07
                
            
            
            
        
    
                3:45 p.m.
            
        Looking at the roadmap of 0.46 I found:
* (DONE) Convert use of gboolean to bool where feasible * (DONE) Switch from use of TRUE/FALSE to true/false
When I search the source, I see *a lot* of gboolean and TRUE/FALSE. I will start switching code to bool when i see it.
I could not find a text saying that we should use bool or gboolean. Similar issue is 'char' or 'gchar'.
Where can I read which types to use?
Thanks! Johan