From c30defcf8e34daec6ea0455d772fe296cc26ecc9 Mon Sep 17 00:00:00 2001 From: Mihai Varga Date: Mon, 5 Oct 2015 17:07:06 +0300 Subject: LOK: add the search phrase to the search result count callback We need this to notify the user for which search phrase no results were found Change-Id: I8cc7ab235b9129dfdcb022145456180ff7e4ca92 --- include/LibreOfficeKit/LibreOfficeKitEnums.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/LibreOfficeKit/LibreOfficeKitEnums.h b/include/LibreOfficeKit/LibreOfficeKitEnums.h index dc3e0f94f3dc..97c089ffef50 100644 --- a/include/LibreOfficeKit/LibreOfficeKitEnums.h +++ b/include/LibreOfficeKit/LibreOfficeKitEnums.h @@ -156,7 +156,11 @@ typedef enum * Payload is a single 0-based integer. */ LOK_CALLBACK_SET_PART, - /// Number of search results, in case something is found. + + /** + * Number of search results followed by the original searched phrase. + * count;phrase + */ LOK_CALLBACK_SEARCH_RESULT_COUNT } LibreOfficeKitCallbackType; -- cgit