We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7efd26 commit 473c0f7Copy full SHA for 473c0f7
include/webui.h
@@ -534,7 +534,7 @@ WEBUI_EXPORT bool webui_set_default_root_folder(const char* path);
534
* }
535
* webui_set_navigation_handler_wv(myWindow, myNavigationEvent);
536
*/
537
-WEBUI_EXPORT void webui_set_navigation_handler_wv(size_t window, bool (*may_navigate_handler)(size_t window));
+WEBUI_EXPORT void webui_set_navigation_handler_wv(size_t window, bool (*navigate_handler)(size_t window));
538
539
/**
540
* @brief Set a callback to catch the close event of the WebView window.
0 commit comments