Correct lock documentation
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1900 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
0daf473e42
commit
37935f570b
@ -125,7 +125,7 @@ Unlock() is used to unlock the BClipboard and allow other threads in the applica
|
||||
</P></LI>
|
||||
|
||||
<LI><P><B>Checking lock status:</B>
|
||||
IsLocked() returns true if the BClipboard is locked, and false if it is not locked.
|
||||
IsLocked() returns true if the BClipboard is locked by the current thread, and false if it is not lockedi or is locked by another thread.
|
||||
</P></LI>
|
||||
|
||||
<LI><P><B>Checking clipboard name:</B>
|
||||
|
Loading…
Reference in New Issue
Block a user