Fix incomplete g-i annotations

Change-Id: I2665a12251921523045f4071df88ca69ecd5a5c0
This commit is contained in:
Pranav Kant
2015-08-16 15:17:15 +05:30
committed by Miklos Vajna
parent 2d59ef4756
commit 520053459a

View File

@@ -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
*/