f325b2
From 00299a202f0a83fb9ed9d0d381cf5213c8fee42d Mon Sep 17 00:00:00 2001
f325b2
From: Pranav Kant <pranavk@gnome.org>
f325b2
Date: Sun, 16 Aug 2015 15:17:15 +0530
f325b2
Subject: [PATCH 097/398] Fix incomplete g-i annotations
f325b2
f325b2
Change-Id: I2665a12251921523045f4071df88ca69ecd5a5c0
f325b2
(cherry picked from commit 520053459aa6a34b6d9ad52d97704399e5138d3d)
f325b2
---
f325b2
 libreofficekit/source/gtk/lokdocview.cxx | 5 ++++-
f325b2
 1 file changed, 4 insertions(+), 1 deletion(-)
f325b2
f325b2
diff --git a/libreofficekit/source/gtk/lokdocview.cxx b/libreofficekit/source/gtk/lokdocview.cxx
f325b2
index 859e96b29e20..83bb8b5e0aa5 100644
f325b2
--- a/libreofficekit/source/gtk/lokdocview.cxx
f325b2
+++ b/libreofficekit/source/gtk/lokdocview.cxx
f325b2
@@ -1810,7 +1810,10 @@ lok_doc_view_open_document_finish (LOKDocView* pDocView, GAsyncResult* res, GErr
f325b2
 /**
f325b2
  * lok_doc_view_open_document:
f325b2
  * @pDocView: The #LOKDocView instance
f325b2
- * @pPath: The path of the document that #LOKDocView widget should try to open
f325b2
+ * @pPath: (transfer full): The path of the document that #LOKDocView widget should try to open
f325b2
+ * @cancellable:
f325b2
+ * @callback:
f325b2
+ * @userdata:
f325b2
  *
f325b2
  * Returns: %TRUE if the document is loaded succesfully, %FALSE otherwise
f325b2
  */
f325b2
-- 
f325b2
2.12.0
f325b2