Re: [Pyobjc-dev] AppKit/__init__.py complexity
Brought to you by:
ronaldoussoren
From: Ronald O. <ous...@ci...> - 2003-03-01 07:18:42
|
On Saturday, Mar 1, 2003, at 01:02 Europe/Amsterdam, Jack Jansen wrote: > > On vrijdag, feb 28, 2003, at 18:41 Europe/Amsterdam, Ronald Oussoren > wrote: >>> That's indeed not so bad. What worries me more is that they all seem >>> hand-rolled. Would it be possible -- in theory at least -- to >>> generate >>> them from header files? >> >> Not without giving up at least some functionality. > > And what if we don't parse the normal ObjC .h files, but the files > that are used > to build the Java-ObjC bridge (and that I always forget both the name > and > location of:-)? Do you mean the .jobs files? That doesn't help, that also doesn't contain information about the 'requiredness' of methods. Worst of all, it also doesn't include information about argument types. Ronald |