mirror of
https://github.com/chatmail/core.git
synced 2026-05-19 06:46:32 +03:00
feat: Add json rpc c++ bindings
This commit is contained in:
1
deltachat-jsonrpc/c/.gitignore
vendored
Normal file
1
deltachat-jsonrpc/c/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
generated
|
||||
@@ -156,7 +156,11 @@ impl CommandApi {
|
||||
}
|
||||
}
|
||||
|
||||
#[rpc(all_positional, ts_outdir = "typescript/generated")]
|
||||
#[rpc(
|
||||
all_positional,
|
||||
ts_outdir = "typescript/generated",
|
||||
c_outdir = "c/generated"
|
||||
)]
|
||||
impl CommandApi {
|
||||
/// Test function.
|
||||
async fn sleep(&self, delay: f64) {
|
||||
|
||||
Reference in New Issue
Block a user