Kaydet (Commit) 8dbdf538 authored tarafından Riccardo Magliocchetti's avatar Riccardo Magliocchetti Kaydeden (comit) Miklos Vajna

LibreOfficeKit: document availability of some LibreOfficeKit C++ API

As done for C version in 80d1c914

Change-Id: I879e070bc6a7cbf851594d748f603090f2e02459
Reviewed-on: https://gerrit.libreoffice.org/21901Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.co.uk>
üst 9108dc39
......@@ -428,6 +428,7 @@ public:
*
* @param pUrl the URL of the document to load
* @param pFilterOptions options for the import filter, e.g. SkipImages.
* @since pFilterOptions argument added in LibreOffice 5.0
*/
inline Document* documentLoad(const char* pUrl, const char* pFilterOptions = NULL)
{
......@@ -450,7 +451,11 @@ public:
return mpThis->pClass->getError(mpThis);
}
/// Frees the memory pointed to by pFree.
/**
* Frees the memory pointed to by pFree.
*
* @since LibreOffice 5.2
*/
inline void freeError(char* pFree)
{
mpThis->pClass->freeError(pFree);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment