Re: GNU Objective-C runtime questions
Adam Fedor <[email protected]>
| Newsgroups | gmane.comp.lib.gnustep.user |
|---|---|
| Message-ID | <[email protected]> |
On Dec 10, 2004, at 1:00 AM, Sébastien Pierre wrote: > > In this file, I notice that the "GS_EXPORT void > GSObjCAddClasses(NSArray *classes);" method could be split into an > "GSObjCAddClass" and an "GSObjcAddClasses". > > For the moment, I have to create an NSArray with only one classe to > add it, which is not really efficient. Would you consider adding a > "GSObjCAddClass" method ? > I think the interface is that way because it is better in general (at least for GNU) to insert a number of classes at once. The new function you propose would be little more than what you would have to do to put a class into and array. But you can always submit a bug/feature request on the gnustep project page http://savannah.gnu.org/projects/gnustep