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-07-17 22:16:04 +00:00
Code Issues Packages Projects Releases Wiki Activity
AppFlowy/frontend/appflowy_flutter/packages/appflowy_backend/linux/Classes/binding.h

18 lines
372 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);
void async_command(int64_t port, const uint8_t *input, uintptr_t len);
const uint8_t *sync_command(const uint8_t *input, uintptr_t len);
int32_t set_stream_port(int64_t port);
feat: propagate log from flutter to rust backend (#1723) * feat: draft commit for getting guidance on send log to backend issue * feat: modify according to guidance * feat: add tracing dependencies * feat: continue implement for sending log to backend * fix: compile errors * feat: remove un-necessary code --------- Co-authored-by: nathan <nathan@appflowy.io>
2023-02-07 22:09:43 +08:00
void link_me_please(void);
void backend_log(int64_t level, const char *data);
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 1099ms Template: 8ms
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