completePathIntoString method

int completePathIntoString(
  1. Pointer<Pointer<ObjCObject>> outputName, {
  2. required bool caseSensitive,
  3. required Pointer<Pointer<ObjCObject>> matchesIntoArray,
  4. NSArray? filterTypes,
})

completePathIntoString:caseSensitive:matchesIntoArray:filterTypes:

Implementation

int completePathIntoString(ffi.Pointer<ffi.Pointer<objc.ObjCObject>> outputName, {required bool caseSensitive,required ffi.Pointer<ffi.Pointer<objc.ObjCObject>> matchesIntoArray,objc.NSArray? filterTypes}) {
  return _objc_msgSend_8mvqcu(this.ref.pointer, _sel_completePathIntoString_caseSensitive_matchesIntoArray_filterTypes_, outputName, caseSensitive, matchesIntoArray, filterTypes?.ref.pointer ?? ffi.nullptr);

}