completePathIntoString method
int
completePathIntoString(
- Pointer<
Pointer< outputName, {ObjCObjectImpl> > - required bool caseSensitive,
- required Pointer<
Pointer< matchesIntoArray,ObjCObjectImpl> > - NSArray? filterTypes,
completePathIntoString:caseSensitive:matchesIntoArray:filterTypes:
Implementation
int completePathIntoString(ffi.Pointer<ffi.Pointer<objc.ObjCObjectImpl>> outputName, {required bool caseSensitive,required ffi.Pointer<ffi.Pointer<objc.ObjCObjectImpl>> matchesIntoArray,objc.NSArray? filterTypes}) {
return _objc_msgSend_8mvqcu(object$.ref.pointer, _sel_completePathIntoString_caseSensitive_matchesIntoArray_filterTypes_, outputName, caseSensitive, matchesIntoArray, filterTypes?.ref.pointer ?? ffi.nullptr);
}