Skip to content

Commit

Permalink
gen
Browse files Browse the repository at this point in the history
  • Loading branch information
fzyzcjy committed Nov 5, 2024
1 parent 65e008d commit 95c0527
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frb_dart/lib/src/ffigen_generated/intermediate/frb_rust.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ struct WireSyncRust2DartSse frb_pde_ffi_dispatcher_sync(int32_t func_id,
int32_t data_len_);

void frb_dart_fn_deliver_output(int32_t call_id,
uint8_t *ptr_,
int32_t rust_vec_len_,
int32_t data_len_);
uint8_t *ptr_,
int32_t rust_vec_len_,
int32_t data_len_);

int32_t frb_get_rust_content_hash(void);

Expand All @@ -40,7 +40,7 @@ int32_t frb_get_rust_content_hash(void);
* This should never be called manually.
*/
const void *frb_dart_opaque_dart2rust_encode(GeneralizedDartHandle handle,
MessagePort dart_handler_port);
MessagePort dart_handler_port);

void frb_dart_opaque_drop_thread_box_persistent_handle(uintptr_t ptr);

Expand Down

0 comments on commit 95c0527

Please sign in to comment.