mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
documented functions, types, constants, and variables
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19797 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b8a296b3df
commit
0d31eca394
39 changed files with 1010 additions and 116 deletions
|
@ -867,6 +867,13 @@ static void setPollfd(int fd, int event, GSRunLoopCtxt *ctxt)
|
|||
|
||||
#else
|
||||
|
||||
/**
|
||||
* Perform a poll for the specified runloop context.
|
||||
* If the method has been called re-entrantly, the contexts stack
|
||||
* will list all the contexts with polls in progress
|
||||
* and this method must tell those outer contexts not to handle events
|
||||
* which are handled by this context.
|
||||
*/
|
||||
- (BOOL) pollUntil: (int)milliseconds within: (NSArray*)contexts
|
||||
{
|
||||
struct timeval timeout;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue