diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-09-15 14:23:53 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-09-21 07:30:17 +0200 |
commit | 4fd59356cb09e89324e8cd8ec84eef22a4c2031b (patch) | |
tree | f6c17eb9aebffe6932e1e46ee72842560949ada5 /include | |
parent | d51e3f7877afe62b68071a694438d2d6722bb406 (diff) |
lokdocview: allow not calling documentLoad()
Change-Id: I2ff57c4be11cd3908bc951ebf572a2c02e2c4585
Diffstat (limited to 'include')
-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 01009fb9eb40..f17925b4c53a 100644 --- a/include/LibreOfficeKit/LibreOfficeKitGtk.h +++ b/include/LibreOfficeKit/LibreOfficeKitGtk.h @@ -44,6 +44,8 @@ GtkWidget* lok_doc_view_new (const gchar* GCancellable *cancellable, GError **error); +GtkWidget* lok_doc_view_new_from_widget (LOKDocView* pDocView); + void lok_doc_view_open_document (LOKDocView* pDocView, const gchar* pPath, GCancellable* cancellable, |