blob: 4175b7e5ccb23bca02f1da46fd412b78704e08fb [file]
name: SmallStructTestObjCLibrary
description: 'Tests returning structs of sizes 8 to 32 bytes from Objective-C methods, properties, and blocks.'
language: objc
output:
bindings: 'small_struct_test_bindings.dart'
objc-bindings: 'small_struct_test_bindings.m'
exclude-all-by-default: true
objc-interfaces:
include:
- SmallStructTester
typedefs:
include:
- Struct8
- Struct16
- Struct24
- Struct32
- Struct8Block
- Struct16Block
- Struct24Block
- Struct32Block
- Union8
- Union16
- Union24
- Union32
- Union8Block
- Union16Block
- Union24Block
- Union32Block
ffi-native:
asset-id: 'package:ffigen/objc_test'
headers:
entry-points:
- 'small_struct_test.h'