GObject's property with _ issue
Piotras <pp-VVDi8QVAvoBWk0Htik3J/[email protected]> Mon, 20 Feb 2006 10:59:09 +0100
| Newsgroups | gmane.comp.web.midgard.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi! 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. Piotras