summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-11-18 15:57:36 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-11-18 16:39:18 +0100
commit0ea68eecddf0211f842645c4d257899531692770 (patch)
tree91dbac9bcffa06c65f0acd553939deadb7e53cb2 /include
parent479325dec83ea2747f3ce27ca7e817695b15e1bb (diff)
gtktiledviewer: allow passing initializeForRendering() arguments
Change-Id: Ic7b52764cf2fedbf73d4dcaaf36d1055b8ee22f2
Diffstat (limited to 'include')
-rw-r--r--include/LibreOfficeKit/LibreOfficeKitGtk.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/LibreOfficeKit/LibreOfficeKitGtk.h b/include/LibreOfficeKit/LibreOfficeKitGtk.h
index 32cb66963220..c947ce3f8369 100644
--- a/include/LibreOfficeKit/LibreOfficeKitGtk.h
+++ b/include/LibreOfficeKit/LibreOfficeKitGtk.h
@@ -65,6 +65,7 @@ GtkWidget* lok_doc_view_new_from_widget (LOKDocView*
* lok_doc_view_open_document:
* @pDocView: The #LOKDocView instance
* @pPath: (transfer full): The path of the document that #LOKDocView widget should try to open
+ * @pRenderingArguments: lok::Document::initializeForRendering() arguments.
* @cancellable:
* @callback:
* @userdata:
@@ -73,6 +74,7 @@ GtkWidget* lok_doc_view_new_from_widget (LOKDocView*
*/
void lok_doc_view_open_document (LOKDocView* pDocView,
const gchar* pPath,
+ const gchar* pRenderingArguments,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer userdata);