mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Deprecate/remove old GC options
This commit is contained in:
parent
586f0310d9
commit
c46d447100
2 changed files with 58 additions and 48 deletions
|
@ -123,16 +123,6 @@ GS_EXPORT_CLASS
|
|||
|
||||
@interface NSPointerArray (NSArrayConveniences)
|
||||
|
||||
/** Creates an instance configured to hold objects and prevent them from
|
||||
* being garbage collected.
|
||||
*/
|
||||
+ (id) pointerArrayWithStrongObjects;
|
||||
|
||||
/** Creates an instance configured to hold objects, allowing them to be
|
||||
* garbage collected and replaced by nil if/when they are collected.
|
||||
*/
|
||||
+ (id) pointerArrayWithWeakObjects;
|
||||
|
||||
/** Returns an array containing all the non-nil objects from the receiver.
|
||||
*/
|
||||
- (NSArray*) allObjects;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue