Update from master

This commit is contained in:
Tor Lillqvist 2015-05-28 10:27:43 +03:00
parent 84819b6f0c
commit fd7f83df92

View file

@ -143,12 +143,12 @@ typedef enum
LOK_CALLBACK_SEARCH_NOT_FOUND, LOK_CALLBACK_SEARCH_NOT_FOUND,
/** /**
* Number of pages changed in the document. * Size of the document changed.
* *
* Clients should assume that data returned by an earlier * Payload format is "width, height", i.e. clients get the new size without
* lok::Document::getDocumentSize() call is no longer valid. * having to do an explicit lok::Document::getDocumentSize() call.
*/ */
LOK_CALLBACK_PAGE_COUNT_CHANGED, LOK_CALLBACK_DOCUMENT_SIZE_CHANGED,
/** /**
* The current part number is changed. * The current part number is changed.