From 35aff9067796ee7b108ffee88126f837b573d3c1 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Fri, 12 Apr 2019 21:16:38 +0100 Subject: lok: emit ProfileZone data in messages when requested. Change-Id: I42a773e2d5b8e4deeafa8eeb2785913db36a47d7 Reviewed-on: https://gerrit.libreoffice.org/70688 Tested-by: Jenkins Reviewed-by: Michael Meeks --- include/LibreOfficeKit/LibreOfficeKitEnums.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include') diff --git a/include/LibreOfficeKit/LibreOfficeKitEnums.h b/include/LibreOfficeKit/LibreOfficeKitEnums.h index 1d55ce8583b3..ef24828988f7 100644 --- a/include/LibreOfficeKit/LibreOfficeKitEnums.h +++ b/include/LibreOfficeKit/LibreOfficeKitEnums.h @@ -610,6 +610,12 @@ typedef enum * On-load notification of the document signature status. */ LOK_CALLBACK_SIGNATURE_STATUS = 40, + + /** + * Profiling tracing information single string of multiple lines + * containing and zone start/stop information + */ + LOK_CALLBACK_PROFILE_FRAME = 41 } LibreOfficeKitCallbackType; -- cgit