diff options
author | Siqi Liu <me@siqi.fr> | 2015-03-06 13:35:34 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-03-09 10:16:17 +0100 |
commit | 619f033d3939839c0b3312e4d6bc1d3944b4ae3d (patch) | |
tree | 2270b2c56f4f658c1035518dcfa60a64f98358c9 /include/LibreOfficeKit | |
parent | 5aa19be38f9a176f82733643d47285e2c937cf00 (diff) |
tdf#89705: provides callback for url handling on android.
Change-Id: Ie28cd768519fbdc305f98e1d764d05bd209951ca
Diffstat (limited to 'include/LibreOfficeKit')
-rw-r--r-- | include/LibreOfficeKit/LibreOfficeKitEnums.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/include/LibreOfficeKit/LibreOfficeKitEnums.h b/include/LibreOfficeKit/LibreOfficeKitEnums.h index cc5a32b67058..b8ab5f627619 100644 --- a/include/LibreOfficeKit/LibreOfficeKitEnums.h +++ b/include/LibreOfficeKit/LibreOfficeKitEnums.h @@ -94,7 +94,13 @@ typedef enum * * Rectangle format is the same as LOK_CALLBACK_INVALIDATE_TILES. */ - LOK_CALLBACK_GRAPHIC_SELECTION + LOK_CALLBACK_GRAPHIC_SELECTION, + + /** + * User clicked on an hyperlink that should be handled by other + * applications accordingly. + */ + LOK_CALLBACK_HYPERLINK_CLICKED } LibreOfficeKitCallbackType; |