Re: [java-gnome-hackers] Generator patch
Brought to you by:
afcowie
From: Thomas S. <t.s...@ta...> - 2007-11-02 08:57:50
|
Hi all, Andrew Cowie schrieb: > That's not valid scheme syntax, is it? I don't believe so. If we > accepted this patch it would mean that the other language bindings > wouldn't be able to use the .defs data anymore. > > Oops, I didn't know that all language bindings uses the same .defs files. Sorry about that. > You can do this kind of validation in the bindings layer. That's what > it's there for. See Alignment.check() which is a private static method > (therefore callable during construction) which has the logic to validate > the input. > > Ok, I will use a check method. Regards, Thomas. |