Update from master
This commit is contained in:
parent
84819b6f0c
commit
fd7f83df92
1 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue