Re: Gnome equivalent for gtk_init_check() ?



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]