diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-03-10 11:18:25 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-03-16 09:38:04 +0100 |
commit | e12afadda2e623be73578525c196a93bea73bbe8 (patch) | |
tree | c899db039edeec7d24ae87f39dcab3ba09e5849e /include/LibreOfficeKit | |
parent | 5c3200c87621d0514727382003c13197eeff346f (diff) |
lokdocview: add lok_docview_get_edit()
Change-Id: I57a9c94ed0fb67befd226afe78a90bee9a7fb358
Diffstat (limited to 'include/LibreOfficeKit')
-rw-r--r-- | include/LibreOfficeKit/LibreOfficeKitGtk.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/LibreOfficeKit/LibreOfficeKitGtk.h b/include/LibreOfficeKit/LibreOfficeKitGtk.h index a67c841fd340..d6f6c3dcb592 100644 --- a/include/LibreOfficeKit/LibreOfficeKitGtk.h +++ b/include/LibreOfficeKit/LibreOfficeKitGtk.h @@ -118,6 +118,8 @@ void lok_docview_set_partmode (LOKDocView* pDocView, /// Sets if the viewer is actually an editor or not. void lok_docview_set_edit (LOKDocView* pDocView, gboolean bEdit); +/// Gets if the viewer is actually an editor or not. +gboolean lok_docview_get_edit (LOKDocView* pDocView); #ifdef __cplusplus } #endif |