blob: 8a3feaa9789c1aec58f4081ee4a0f31a94005cda [file] [edit]
name: BlockTestObjCLibrary
description: 'Tests calling Objective-C blocks.'
language: objc
output:
bindings: 'block_test_bindings.dart'
objc-bindings: 'block_test_bindings.m'
exclude-all-by-default: true
objc-interfaces:
include:
- BlockTester
- DummyObject
- NSThread
typedefs:
include:
- IntBlock
- FloatBlock
- DoubleBlock
- Vec4Block
- SelectorBlock
- VoidBlock
- ObjectBlock
- NullableObjectBlock
- BlockBlock
- ListenerBlock
- ObjectListenerBlock
- NullableListenerBlock
- StructListenerBlock
- NSStringListenerBlock
- NoTrampolineListenerBlock
functions:
include:
- objc_autoreleasePoolPop
- objc_autoreleasePoolPush
ffi-native:
asset-id: 'package:ffigen/objc_test'
headers:
entry-points:
- 'block_test.h'