Re: gtk_init() more than once?
- From: Szymon Polom <polom convergence de>
- To: degger fhm edu
- Cc: gtk-devel-list gnome org
- Subject: Re: gtk_init() more than once?
- Date: Thu, 13 Dec 2001 01:16:16 +0100
Hi,
Quoting degger fhm edu (degger fhm edu):
> On 12 Dec, Sven Neumann wrote:
> > static gint gtk_initialized = FALSE;
> typedef gint gboolean;
> > that should answer your question. However it opens the new
> > question why gtk_initialized is not declared as gboolean.
> > I think it should be.
> Exactly, because it makes hell of a difference.
I think one can absolutely distinguish here. There is no real difference at
the lowest level, but every small child knows that one should assign
only one of two possible values to boolean:
static gint gtk_initialized = FALSE;
is equivalent to
static gint gtk_initialized = 0;
plainer
static gboolean gtk_initialized = FALSE;
If I had the choice to read one of three lines in a code, I would
decide obviously on the third one, because it is more significant.
Always think of the claim, not of the reality. So you remain an idealist
;-).
Bye... Szymon.
--
Szymon Polom GPG Key-ID: E6EA36F2
convergence integrated media GmbH http://www.convergence.de
Rosenthaler Str. 51 fon: +49(0)30-72 62 06 68
D-10178 Berlin fax: +49(0)30-72 62 06 55
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]