mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
Complete NSOperation documentation, quick change
This commit is contained in:
parent
fe5efb6aa2
commit
be38c72d44
1 changed files with 11 additions and 0 deletions
|
@ -208,8 +208,19 @@ GS_EXPORT_CLASS
|
|||
}
|
||||
|
||||
// Managing the blocks in the Operation
|
||||
/**
|
||||
* Creates and returns an NSBlockOperationObject and adds the block.
|
||||
*/
|
||||
+ (instancetype) blockOperationWithBlock: (GSBlockOperationBlock)block;
|
||||
|
||||
/**
|
||||
* Adds the execution block to the NSOperationBlock.
|
||||
*/
|
||||
- (void) addExecutionBlock: (GSBlockOperationBlock)block;
|
||||
|
||||
/**
|
||||
* Returns the block added to the NSOperationBlock.
|
||||
*/
|
||||
- (NSArray *) executionBlocks;
|
||||
|
||||
@end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue