#[unsafe(no_mangle)]pub unsafe extern "C" fn lumen_window_set_href(
path: *const c_char,
) -> LumenStatusExpand description
window.set_href: navigate to a page path. Binds onto the same
lumen_core::nav bus as lumen_navigate. Thread-safe.
#[unsafe(no_mangle)]pub unsafe extern "C" fn lumen_window_set_href(
path: *const c_char,
) -> LumenStatuswindow.set_href: navigate to a page path. Binds onto the same
lumen_core::nav bus as lumen_navigate. Thread-safe.