Re: Gnome equivalent for gtk_init_check() ?
- From: Havoc Pennington <hp redhat com>
- To: Gustavo Joćo Alves Marques Carneiro <ee96090 fe up pt>
- Cc: Rick Niles <niles scyld com>, gnome-devel-list gnome org
- Subject: Re: Gnome equivalent for gtk_init_check() ?
- Date: 14 Jun 2000 20:31:54 -0400
Gustavo Joćo Alves Marques Carneiro <ee96090@fe.up.pt> writes:
> But if you do that, when X is not available, the program won't parse
> command line arguments. You have to append this else:
> else {
> while ((rc = poptGetNextOpt(pctx)) > 0) {
> switch (rc) {
> /* specific arguments are handled here */
> }
> }
>
> Right?
>
Yes, true.
Havoc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]