mirror of
https://github.com/tribufu/tribufu-java
synced 2026-05-06 14:57:27 +00:00
Update lib.rs
This commit is contained in:
parent
e2e4346c22
commit
3aac52f5a5
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ use std::ffi::{CStr, CString};
|
|||
// This is the class that owns our static method. It's not going to be used,
|
||||
// but still must be present to match the expected signature of a static
|
||||
// native method.
|
||||
pub extern "system" fn Java_tribufu_TribuFu_Hello(
|
||||
pub extern "system" fn Java_com_tribufu_sdk_TribuFu_Hello(
|
||||
env: JNIEnv,
|
||||
_: JClass,
|
||||
j_input: JString,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue