Re: New app_id parameter for gnome_init()




> 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]