Fix crash in cefswt_cstring_to_java
2 unresolved threads
2 unresolved threads
Merge request reports
Activity
requested review from @npeters08v
assigned to @pstuecker and @npeters08v
64 64 * function id 65 65 * @return whether the function was registered 66 66 */ 67 public static final native boolean cefswt_function(long browser, 67 public static final native void cefswt_function(long browser, 300 300 } 301 301 } 302 302 303 #[jni_wrapper("org.eclipse.set.browser.lib.ChromiumLib")] 304 pub fn cefswt_cstring_to_java(string: *const c_char) -> *const c_char { 305 string 303 #[jni_name("org.eclipse.set.browser.lib.ChromiumLib")]
Please register or sign in to reply