mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-04-20 13:16:31 +08:00
ggwave-gui : add interface_openFile
This commit is contained in:
@@ -21,6 +21,18 @@ struct ShareInfo {
|
||||
int getShareId();
|
||||
ShareInfo getShareInfo();
|
||||
|
||||
// open info
|
||||
|
||||
struct OpenInfo {
|
||||
std::string uri;
|
||||
std::string filename;
|
||||
const char * dataBuffer;
|
||||
size_t dataSize;
|
||||
};
|
||||
|
||||
int getOpenId();
|
||||
OpenInfo getOpenInfo();
|
||||
|
||||
// delete file
|
||||
|
||||
struct DeleteInfo {
|
||||
|
||||
Reference in New Issue
Block a user