Re: GObject's property with _ issue

Eero af Heurlin <eero.afheurlin-ZpG/[email protected]> Mon, 20 Feb 2006 12:25:49 +0200
Newsgroups gmane.comp.web.midgard.devel
Message-ID <[email protected]>
>
> I am not sure what to do exactly with underscore used in property name.
> Gobject library replaces all '_' with '-' in property name.
> 
> 1. Trigger an error while schema is parsed?
> 2. Trigger a warning and wait for unconditional errors?
> 3. Use black magic for such properties?
> 
> The first one seems to me the only one solution.
> 

I agree, dashes in property names are a ton of trouble even when the
language in question allows them at all.

/Rambo