loolwsd: update the bundled headers

This commit is contained in:
Mihai Varga 2015-11-30 12:59:37 +02:00
parent e1b0e3dce9
commit 5b1471aaf0

View file

@ -202,6 +202,12 @@ struct _LibreOfficeKitDocumentClass
int (*getView) (LibreOfficeKitDocument* pThis); int (*getView) (LibreOfficeKitDocument* pThis);
/// @see lok::Document::getViews(). /// @see lok::Document::getViews().
int (*getViews) (LibreOfficeKitDocument* pThis); int (*getViews) (LibreOfficeKitDocument* pThis);
/// @see lok::Document::renderFont().
unsigned char* (*renderFont) (LibreOfficeKitDocument* pThis,
const char* pFontName,
int* pFontWidth,
int* pFontHeight);
#endif // LOK_USE_UNSTABLE_API #endif // LOK_USE_UNSTABLE_API
}; };