From 63b404ca242566a931cd7cbe60e743a2d62498d2 Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Wed, 30 Oct 2024 18:57:38 -0400 Subject: [PATCH] doc fix --- webview.d | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webview.d b/webview.d index 94f7fb8..efdf4b4 100644 --- a/webview.d +++ b/webview.d @@ -12741,14 +12741,14 @@ struct cef_focus_handler_t /// component. /// - /// - /// Called when the browser component is requesting focus. |source| indicates - cef_base_ref_counted_t base; extern(System) void function ( cef_focus_handler_t* self, cef_browser_t* browser, int next) nothrow on_take_focus; + + /// + /// Called when the browser component is requesting focus. |source| indicates /// where the focus request is originating from. Return false (0) to allow the /// focus to be set or true (1) to cancel setting the focus. ///