Skip to content

Commit 473c0f7

Browse files
authored
Updating code to follow current coding style
1 parent d7efd26 commit 473c0f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/webui.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ WEBUI_EXPORT bool webui_set_default_root_folder(const char* path);
534534
* }
535535
* webui_set_navigation_handler_wv(myWindow, myNavigationEvent);
536536
*/
537-
WEBUI_EXPORT void webui_set_navigation_handler_wv(size_t window, bool (*may_navigate_handler)(size_t window));
537+
WEBUI_EXPORT void webui_set_navigation_handler_wv(size_t window, bool (*navigate_handler)(size_t window));
538538

539539
/**
540540
* @brief Set a callback to catch the close event of the WebView window.

0 commit comments

Comments
 (0)