summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRiccardo Magliocchetti <riccardo.magliocchetti@gmail.com>2016-01-28 12:41:43 +0100
committerRiccardo Magliocchetti <riccardo.magliocchetti@gmail.com>2016-01-29 10:28:36 +0000
commit80d1c914524bc61402c0e257b59377c5e47231ce (patch)
treed5483530aea651a6ebcfe5d86488f776784c5c58 /include
parent2c5f8927349cf0e643e0bfebf4d9aa5b726b0f89 (diff)
LibreOfficeKit: add doxygen since tag to _LibreOfficeKitClass struct
So it's easier for people adding language bindings know the libreoffice version they depend on. Change-Id: Ibe4526156663bb1250558b3f0e8517747a8add66 Reviewed-on: https://gerrit.libreoffice.org/21873 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/LibreOfficeKit/LibreOfficeKit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/LibreOfficeKit/LibreOfficeKit.h b/include/LibreOfficeKit/LibreOfficeKit.h
index ee9ac1aca646..3411b6f4e310 100644
--- a/include/LibreOfficeKit/LibreOfficeKit.h
+++ b/include/LibreOfficeKit/LibreOfficeKit.h
@@ -53,9 +53,11 @@ struct _LibreOfficeKitClass
char* (*getError) (LibreOfficeKit* pThis);
+ /// @since LibreOffice 5.0
LibreOfficeKitDocument* (*documentLoadWithOptions) (LibreOfficeKit* pThis,
const char* pURL,
const char* pOptions);
+ /// @since LibreOffice 5.2
void (*freeError) (char* pFree);
#if defined LOK_USE_UNSTABLE_API || defined LIBO_INTERNAL_ONLY