summaryrefslogtreecommitdiffstats
path: root/include/LibreOfficeKit/LibreOfficeKitTypes.h
diff options
context:
space:
mode:
authorThorsten Behrens <Thorsten.Behrens@CIB.de>2017-09-13 14:50:47 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2017-09-14 01:19:42 +0200
commitf70e0ec6b3c61a7c7caa469949b0ac8016c89854 (patch)
tree81ef54bccdaaa77a571711c32106450b2fd854a4 /include/LibreOfficeKit/LibreOfficeKitTypes.h
parentFix typo (diff)
downloadcore-f70e0ec6b3c61a7c7caa469949b0ac8016c89854.tar.gz
core-f70e0ec6b3c61a7c7caa469949b0ac8016c89854.zip
lokit: make parts of unstable API public for 6.0
[API CHANGE] publish all of LibreOfficeKitClass, and the getDocumentType callback for the LibreOfficeKitDocumentClass Change-Id: I4d6529a71b29a0014053b797c67255df53a6ccde Reviewed-on: https://gerrit.libreoffice.org/42243 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'include/LibreOfficeKit/LibreOfficeKitTypes.h')
-rw-r--r--include/LibreOfficeKit/LibreOfficeKitTypes.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/LibreOfficeKit/LibreOfficeKitTypes.h b/include/LibreOfficeKit/LibreOfficeKitTypes.h
index 338394454219..2e9078ff4e98 100644
--- a/include/LibreOfficeKit/LibreOfficeKitTypes.h
+++ b/include/LibreOfficeKit/LibreOfficeKitTypes.h
@@ -17,9 +17,10 @@ extern "C"
{
#endif
-#if defined LOK_USE_UNSTABLE_API || defined LIBO_INTERNAL_ONLY
+/** @see lok::Office::registerCallback().
+ @since LibreOffice 6.0
+ */
typedef void (*LibreOfficeKitCallback)(int nType, const char* pPayload, void* pData);
-#endif // defined LOK_USE_UNSTABLE_API || defined LIBO_INTERNAL_ONLY
#ifdef __cplusplus
}