Skip to content

Commit

Permalink
Add runMode:beforeDate:
Browse files Browse the repository at this point in the history
  • Loading branch information
migueldeicaza authored and JoeMatt committed May 9, 2011
1 parent 3df8af1 commit 8274df1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/foundation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1352,6 +1352,9 @@ public interface NSRunLoop {

[Export ("runUntilDate:")]
void RunUntil (NSDate date);

[Export ("runMode:beforeDate:")]
void RunUntil (NSString runLoopMode, NSDate limitdate);

[Field ("NSDefaultRunLoopMode")]
NSString NSDefaultRunLoopMode { get; }
Expand Down

0 comments on commit 8274df1

Please sign in to comment.