Re: New app_id parameter for gnome_init()
- From: "J. F. Wittenberger" <jerry pfirsich compot com>
- To: gnome-list gnome org
- Subject: Re: New app_id parameter for gnome_init()
- Date: Fri, 20 Feb 1998 11:55:23 +0100 (CET)
> prototype looks like this:
>
> void gnome_init (char *app_id, int *argc, char ***argv);
Any good reason to use a char *** for that? If gnome_init is going to
modify the argv it can do so without that additional indirection.
Also a return value (e.g., telling the success/fail of the func) would
be good. Void is bad practice (wast) most of the time.
/Jerry
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]