summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPranav Kant <pranavk@gnome.org>2015-06-10 16:10:19 +0530
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-02-07 21:03:05 -0500
commitf54202677623991ef2c7771c0818c94b471ded4c (patch)
treecc464888fb029225e035988ec0cc56a5dfac2d08 /include
parent4ba751ddec8b71bb49d04a2c8edc59ff5fda9dcf (diff)
lokdocview: Create LOK context inside of lok_doc_view_new
Change-Id: I675192d6bd6d10e6c7974a5de6f488f9a087ac32 (cherry picked from commit 7a9dc7fd35168e1f44fb0aa23c984f90163db621)
Diffstat (limited to 'include')
-rw-r--r--include/LibreOfficeKit/LibreOfficeKitGtk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/LibreOfficeKit/LibreOfficeKitGtk.h b/include/LibreOfficeKit/LibreOfficeKitGtk.h
index 120b63ca17df..1defd927c921 100644
--- a/include/LibreOfficeKit/LibreOfficeKitGtk.h
+++ b/include/LibreOfficeKit/LibreOfficeKitGtk.h
@@ -47,7 +47,7 @@ struct _LOKDocViewClass
GType lok_doc_view_get_type (void) G_GNUC_CONST;
-GtkWidget* lok_doc_view_new (LibreOfficeKit* pOffice );
+GtkWidget* lok_doc_view_new (const char* pPath);
gboolean lok_doc_view_open_document (LOKDocView* pDocView,
char* pPath);