#50215 - g_param_spec_string_c is a very cryptic function name



I see that g_param_spec_string_c has been renamed to g_param_spec_stringc.

I don't think this makes it much clearer ;-)


What the function appears to do is to create a string parameter spec
with a validation rule equivalent to that for C indentifiers.

But that has nothing to do with C strings are, and the single letter
'c' is generally rather confusing without further context.

How about g_param_spec_identifier?

Regards,
                                        Owen




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]