set_background_image_ffi function

  1. @Native<Void Function(Pointer<Void>, Pointer<Char>, Bool, Pointer<NativeFunction<Void Function()>>)>(ffi.Pointer<ffi.Void>, ffi.Pointer<ffi.Char>, ffi.Bool, ffi.Pointer<ffi.NativeFunction<ffi.Void Function()>>)>()
void set_background_image_ffi(
  1. Pointer<Void> viewer,
  2. Pointer<Char> path,
  3. bool fillHeight,
  4. Pointer<NativeFunction<Void Function()>> onComplete,
)

Implementation

@ffi.Native<
    ffi.Void Function(ffi.Pointer<ffi.Void>, ffi.Pointer<ffi.Char>, ffi.Bool,
        ffi.Pointer<ffi.NativeFunction<ffi.Void Function()>>)>()
external void set_background_image_ffi(
  ffi.Pointer<ffi.Void> viewer,
  ffi.Pointer<ffi.Char> path,
  bool fillHeight,
  ffi.Pointer<ffi.NativeFunction<ffi.Void Function()>> onComplete,
);