View_setName function
Implementation
@ffi.Native<ffi.Void Function(ffi.Pointer<TView>, ffi.Pointer<ffi.Char>)>(
isLeaf: true)
external void View_setName(
ffi.Pointer<TView> tView,
ffi.Pointer<ffi.Char> name,
);
@ffi.Native<ffi.Void Function(ffi.Pointer<TView>, ffi.Pointer<ffi.Char>)>(
isLeaf: true)
external void View_setName(
ffi.Pointer<TView> tView,
ffi.Pointer<ffi.Char> name,
);