Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Embedding api GOOOOOOOooooooooooooooooo #6015

Closed
Closed
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

implement cef_browser_t::get_identifier()

  • Loading branch information
Mike Blumenkrantz
Mike Blumenkrantz committed May 12, 2015
commit a403c049a87aaa6f5d96b514e6b8cb825c52596c
@@ -73,6 +73,10 @@ cef_class_impl! {
fn get_main_frame(&this,) -> *mut cef_frame_t {{
this.downcast().frame.clone()
}}

fn get_identifier(&this,) -> c_int {{
this.downcast().id as c_int
}}
}
}

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.