blob: 42c62ee3efb31fe5b2f0c2662d8f0fb46a1c1397 [file] [log] [blame]
name: StaticFuncTestObjCLibrary
description: 'Test ObjC static functions'
language: objc
output: 'static_func_bindings.dart'
exclude-all-by-default: true
functions:
include:
- foo
- fooPtr
- staticFuncOfObject
- staticFuncOfNullableObject
- staticFuncOfBlock
- staticFuncReturnsRetained
- staticFuncReturnsRetainedArg
- staticFuncConsumesArg
- objc_autoreleasePoolPush
- objc_autoreleasePoolPop
objc-interfaces:
include:
- StaticFuncTestObj
headers:
entry-points:
- 'static_func_test.m'