mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 15:47:52 +02:00
* replaced bogus "NSProcessInfo_NSObject" class with "NSProcessActivity" category
git-svn-id: trunk@48662 -
This commit is contained in:
parent
98a748bdd6
commit
d8662197a0
@ -82,8 +82,7 @@ const
|
||||
{$ifdef CLASSES}
|
||||
|
||||
type
|
||||
NSProcessInfo_NSObject = objcclass external (NSObject)
|
||||
public
|
||||
NSProcessInfoActivity = objccategory external (NSProcessInfo)
|
||||
function beginActivityWithOptions_reason (options: NSActivityOptions; reason: NSString): NSObjectProtocol; message 'beginActivityWithOptions:reason:'; { available in 10_9, 7_0 }
|
||||
procedure endActivity (activity: NSObjectProtocol); message 'endActivity:'; { available in 10_9, 7_0 }
|
||||
procedure performActivityWithOptions_reason_usingBlock (options: NSActivityOptions; reason: NSString; block: OpaqueCBlock); message 'performActivityWithOptions:reason:usingBlock:'; { available in 10_9, 7_0 }
|
||||
|
Loading…
Reference in New Issue
Block a user