mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Documentation tweaks
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28308 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c71db3f704
commit
f303b107fc
2 changed files with 7 additions and 2 deletions
|
@ -675,7 +675,8 @@ static inline BOOL timerInvalidated(NSTimer *t)
|
|||
* asynchronously.</p>
|
||||
*
|
||||
* <p>There is one run loop per thread in an application, which
|
||||
* may always be obtained through the <code>+currentRunLoop</code> method,
|
||||
* may always be obtained through the <code>+currentRunLoop</code> method
|
||||
* (you cannot use -init or +new),
|
||||
* however unless you are using the AppKit and the [NSApplication] class, the
|
||||
* run loop will not be started unless you explicitly send it a
|
||||
* <code>-run</code> message.</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue