summaryrefslogtreecommitdiff
path: root/SPICEConsoleAPI.h
diff options
context:
space:
mode:
Diffstat (limited to 'SPICEConsoleAPI.h')
-rw-r--r--SPICEConsoleAPI.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/SPICEConsoleAPI.h b/SPICEConsoleAPI.h
index ca9a093..e4125aa 100644
--- a/SPICEConsoleAPI.h
+++ b/SPICEConsoleAPI.h
@@ -89,6 +89,9 @@ public:
std::string get_SSLChannels() const;
void set_SSLChannels(const std::string &aSSLChannels);
+ // Events
+ FB_JSAPI_EVENT(disconnected, 1, (int));
+
private:
SPICEConsoleWeakPtr m_plugin;
FB::BrowserHostPtr m_host;