On 9 Oct 2006, at 21:40, Tamas Mahr wrote:
Dear GNUstep developers,
The documentation of the + (NSTimer*)
scheduledTimerWithTimeInterval: (NSTimeInterval)ti target: (id)
object selector: (SEL)selector userInfo: (id)info repeats: (BOOL)f;
method in the NSTimer class says: "On firing, the target object
will be sent a message specified by selector and with the object
info as an argument. "
What actually happens is that the argument sent to the target with
the selector is the NSTimer object itself instead of the userInfo
object. I am not sure if this is a documentation bug or a bug in
the code, nevertheless the documentation and the code is inconsistent.
Documentation bug ... thanks for the report.
I fixed it in SVN.
_______________________________________________
Bug-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnustep