[Libreoffice-commits] online.git: bundled/include
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Apr 19 16:00:12 UTC 2019
bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h | 6 ++++++
1 file changed, 6 insertions(+)
New commits:
commit 3ec0013f0466197ad21e27ad9ebfa49653539d5f
Author: Aron Budea <aron.budea at collabora.com>
AuthorDate: Fri Apr 19 17:57:17 2019 +0200
Commit: Aron Budea <aron.budea at collabora.com>
CommitDate: Fri Apr 19 17:59:50 2019 +0200
Update bundled headers with profiling enum
Change-Id: If14350cebf9e48b4338aacf55f95a40ef9fb27be
Reviewed-on: https://gerrit.libreoffice.org/70986
Reviewed-by: Aron Budea <aron.budea at collabora.com>
Tested-by: Aron Budea <aron.budea at collabora.com>
diff --git a/bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h b/bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h
index 1d55ce858..ef2482898 100644
--- a/bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h
+++ b/bundled/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 <pid> <timestamp> and zone start/stop information
+ */
+ LOK_CALLBACK_PROFILE_FRAME = 41
}
LibreOfficeKitCallbackType;
More information about the Libreoffice-commits
mailing list