Skip to content

Commit

Permalink
fix: rename Webview to WebView (#1080)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Nov 14, 2023
1 parent fee99b6 commit a9ad1c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1467,7 +1467,7 @@ impl WebViewExtWindows for WebView {
target_os = "netbsd",
target_os = "openbsd",
))]
pub trait WebviewExtUnix: Sized {
pub trait WebViewExtUnix: Sized {
/// Create the webview from a GTK container widget, such as GTK window.
///
/// # Panics:
Expand All @@ -1488,7 +1488,7 @@ pub trait WebviewExtUnix: Sized {
target_os = "netbsd",
target_os = "openbsd",
))]
impl WebviewExtUnix for WebView {
impl WebViewExtUnix for WebView {
fn new_gtk<W>(widget: &W) -> Result<Self>
where
W: gtk::prelude::IsA<gtk::Container>,
Expand Down

0 comments on commit a9ad1c5

Please sign in to comment.