diff options
author | Pranav Kant <pranavk@gnome.org> | 2015-08-16 15:17:15 +0530 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-08-19 12:02:17 +0200 |
commit | 520053459aa6a34b6d9ad52d97704399e5138d3d (patch) | |
tree | 6d2a32c8adf083cdba3562fdec92dc09d60d6164 | |
parent | 2d59ef47560ef06ecaef008ac13e2fea83153516 (diff) |
Fix incomplete g-i annotations
Change-Id: I2665a12251921523045f4071df88ca69ecd5a5c0
-rw-r--r-- | libreofficekit/source/gtk/lokdocview.cxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libreofficekit/source/gtk/lokdocview.cxx b/libreofficekit/source/gtk/lokdocview.cxx index 7f2dc73e08d8..41ec8f0b2f21 100644 --- a/libreofficekit/source/gtk/lokdocview.cxx +++ b/libreofficekit/source/gtk/lokdocview.cxx @@ -1810,7 +1810,10 @@ lok_doc_view_open_document_finish (LOKDocView* pDocView, GAsyncResult* res, GErr /** * lok_doc_view_open_document: * @pDocView: The #LOKDocView instance - * @pPath: The path of the document that #LOKDocView widget should try to open + * @pPath: (transfer full): The path of the document that #LOKDocView widget should try to open + * @cancellable: + * @callback: + * @userdata: * * Returns: %TRUE if the document is loaded succesfully, %FALSE otherwise */ |