include/LibreOfficeKit/LibreOfficeKit.h | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit 80d1c914524bc61402c0e257b59377c5e47231ce Author: Riccardo Magliocchetti <[email protected]> Date: Thu Jan 28 12:41:43 2016 +0100 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 <[email protected]> Reviewed-by: Riccardo Magliocchetti <[email protected]> diff --git a/include/LibreOfficeKit/LibreOfficeKit.h b/include/LibreOfficeKit/LibreOfficeKit.h index ee9ac1a..3411b6f 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 _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
