mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-05-30 00:31:34 +00:00
o added -tryLockBeforeTimeIntervalSinceNow:
o added -lockBeforeTimeIntervalSinceNow: git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18176 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cced20ba33
commit
60b14cbd95
1 changed files with 2 additions and 0 deletions
|
@ -56,6 +56,8 @@
|
|||
-(void)removeCallBack;
|
||||
-(void)setCallBack:(SEL)callback
|
||||
target:(id)target;
|
||||
-(BOOL)tryLockBeforeTimeIntervalSinceNow:(NSTimeInterval)ti;
|
||||
-(void)lockBeforeTimeIntervalSinceNow:(NSTimeInterval)ti;
|
||||
-(void)lock;
|
||||
-(void)unlock;
|
||||
// Must not be locked
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue