diff options
author | Jan Holesovsky <kendy@collabora.com> | 2016-11-15 13:07:16 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2016-11-15 13:09:17 +0100 |
commit | 6b4eaa7ee7837e7ff1439ebb06db9200b4b68b61 (patch) | |
tree | 34aaa06b35b36a5afdbde63c8c3031e7f131d164 | |
parent | a5750d92b2136d60d698b41ef5760f2efac0ffce (diff) |
Add the missing lok::Office::registerCallback().
Change-Id: I0aebf12c4d685f69f094b9acbe6b04bb5b3234a4
-rw-r--r-- | include/LibreOfficeKit/LibreOfficeKit.hxx | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/LibreOfficeKit/LibreOfficeKit.hxx b/include/LibreOfficeKit/LibreOfficeKit.hxx index 1c9474ff88be..447f44b09885 100644 --- a/include/LibreOfficeKit/LibreOfficeKit.hxx +++ b/include/LibreOfficeKit/LibreOfficeKit.hxx @@ -512,6 +512,18 @@ public: #if defined LOK_USE_UNSTABLE_API || defined LIBO_INTERNAL_ONLY /** + * Registers a callback. LOK will invoke this function when it wants to + * inform the client about events. + * + * @param pCallback the callback to invoke + * @param pData the user data, will be passed to the callback on invocation + */ + inline void registerCallback(LibreOfficeKitCallback pCallback, void* pData) + { + mpThis->pClass->registerCallback(mpThis, pCallback, pData); + } + + /** * Returns details of filter types. * * Example returned string: |