You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a new examples/url_opener_c_example (CMakeLists + main.c) and include it in the top-level CMakeLists. Change the C API to use an opaque native_url_opener_t instance: add native_url_opener_create() and native_url_opener_destroy(), update native_url_opener_is_supported() and native_url_opener_open() to accept the instance, and add FFI_PLUGIN_EXPORT for symbol visibility. Implement GetUrlOpener helper, improve null checks and error handling in src/capi/url_opener_c.cpp, and keep the existing result cleanup API.
0 commit comments