Logo
Explore Help
Register Sign In
yujunjun/AppFlowy
1
0
Fork 0
You've already forked AppFlowy
mirror of https://github.com/AppFlowy-IO/AppFlowy.git synced 2025-06-27 02:50:15 +00:00
Code Issues Packages Projects Releases Wiki Activity
AppFlowy/frontend/rust-lib/dart-ffi/binding.h

14 lines
314 B
C
Raw Normal View History

Enable Linux build 1. BUILD_ON_LINUX.md is instruction of building Linux version 2. Update toml files in scripts/makefile/ and /Makefile.toml to support Linux Building Windows/Linux release version is verified Didn't get chance to verify building macos version
2021-11-19 11:13:07 +08:00
#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
int64_t init_sdk(char *path);
rename ffi func
2021-12-04 10:27:08 +08:00
void async_event(int64_t port, const uint8_t *input, uintptr_t len);
Enable Linux build 1. BUILD_ON_LINUX.md is instruction of building Linux version 2. Update toml files in scripts/makefile/ and /Makefile.toml to support Linux Building Windows/Linux release version is verified Didn't get chance to verify building macos version
2021-11-19 11:13:07 +08:00
rename ffi func
2021-12-04 10:27:08 +08:00
const uint8_t *sync_event(const uint8_t *input, uintptr_t len);
Enable Linux build 1. BUILD_ON_LINUX.md is instruction of building Linux version 2. Update toml files in scripts/makefile/ and /Makefile.toml to support Linux Building Windows/Linux release version is verified Didn't get chance to verify building macos version
2021-11-19 11:13:07 +08:00
int32_t set_stream_port(int64_t port);
void link_me_please(void);
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 276ms Template: 9ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API