undeflife / libreoffice-rs

Rust binding to LibreOfficeKit
Apache License 2.0
15 stars 7 forks source link

fix: register callback #19

Closed jacobtread closed 2 months ago

jacobtread commented 2 months ago

Description

Fixes register callback shim not using the values from the callback. Currently the user defined callback is being called with whatever junk values are at the memory addresses the function ends up getting called with.

Changes