mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
fixes for task notification
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37484 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
263e81a85c
commit
ee8b3b987c
5 changed files with 45 additions and 23 deletions
|
@ -77,6 +77,18 @@ GS_EXPORT NSString * const NSDefaultRunLoopMode;
|
|||
|
||||
- (void) run;
|
||||
|
||||
/**
|
||||
* Calls -limitDateForMode: to determine if a timeout occurs before the
|
||||
* specified date, then calls -acceptInputForMode:beforeDate: to run the
|
||||
* loop once.<br />
|
||||
* The specified date may be nil ... in which case the loop runs
|
||||
* until the limit date of the first input or timeout.<br />
|
||||
* If the specified date is in the past, this runs the loop once only,
|
||||
* to handle any events already available.<br />
|
||||
* If there are no input sources or timers in mode, this method
|
||||
* returns NO without running the loop (irrespective of the supplied
|
||||
* date argument), otherwise returns YES.
|
||||
*/
|
||||
- (BOOL) runMode: (NSString*)mode
|
||||
beforeDate: (NSDate*)date;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue