diff options
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 |