Re: Gnome developers tutorial
- From: John R Sheets <dusk ravendusk org>
- To: gnome-doc-list gnome org
- Subject: Re: Gnome developers tutorial
- Date: Wed, 02 Jun 1999 11:03:35 -0500
Federico Mena Quintero wrote:
>
> > It's at http://www.bcpl.net/~eharlow/gnome
> >
> > I make no guarantee for the correctness of the material. If you find a
> > mistake, please send it to me.
>
> It is very nice that you are writing this!
>
> Some nits:
>
> - You need to call bindtextdomain() and textdomain() before
> you call gnome_init().
Also, gnome_init() has four parameters. At the top of
basicgnome.html, your
gnome_init ("test-application", argc, argv);
should look something like this:
gnome_init ("test-application", "0.1", argc, argv);
John
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]