Greg
ac9eecafd8
all of the Objective-C pointers. Still working on bug with typedefs to wrapped types.
20 lines
398 B
YAML
20 lines
398 B
YAML
inputfiles:
|
|
- /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h
|
|
classes:
|
|
- NSAutoreleasePool
|
|
- NSArray
|
|
- NSMutableArray
|
|
- NSString
|
|
- NSObject
|
|
subclasses:
|
|
MyClass:
|
|
NSObject:
|
|
- dealloc
|
|
- release
|
|
functions:
|
|
- NSMakeRange
|
|
frameworks:
|
|
- Foundation
|
|
pragma: [ clang diagnostic ignored "-Wformat-security" ]
|
|
gogc: true
|