
25 Oct
2007
25 Oct
'07
8:45 a.m.
On Wed, 24 Oct 2007 17:45:24 +0200 J.B.C.Engelen@...1578... wrote:
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'.
Since inksacpe is based on GTK, may I ask why to don't use the glib-types anymore?
Frank