set_background_image function

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

Implementation

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