10 Apr
2005
10 Apr
'05
7:26 a.m.
On Wed, Feb 16, 2005 at 11:55:09AM -0500, mental@...3... wrote:
Quoting Bryce Harrington <bryce@...260...>:
So something like this?
gboolean lastViewOfDocument(SPDocument* doc, SPDesktop* view) const;
Nearly. Two things:
- s/gboolean/bool/
In general do we prefer bool over gboolean? I notice many instances of gboolean in the Gtk+ code, should I be changing those to bool as I reimplement them in Gtkmm?
Bryce