On Tue, 2004-06-08 at 17:49 -0300, Duilio Javier Protti wrote:
> >On the naming, what would you people prefer, "opts", "param" or
> >something else ?
>
> I prefer param.
>
>
> Duilio.
I must admit that i'm still kinda in doubt. Eventually we will
have a plugin preferences system to set plugin preferences. As said
before this will be separated from the (opts || params) because
I want a lowlevel param system.
I see the opts kinda like 'getopt' however getopt takes
parameters and seen we don't have the 'getopt' layer maybe
it's nicer to call it parameter.
Eh, what does sound better:
visual_param_set_bool (params, "displacement field", FALSE);
or:
visual_opts_set_bool (opts, "displacement field", FALSE);
Cheerio,
Dennis
(The following was written under the influence of a considerable
amount of alcohol and for that reason can be a bit 'less optimal')
|