[Libreoffice-commits] core.git: include/LibreOfficeKit

Pranav Kant pranavk at libreoffice.org
Sun Dec 6 12:02:01 PST 2015


 include/LibreOfficeKit/LibreOfficeKitGtk.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9e9703389e015d0f3520344715df6719559362e4
Author: Pranav Kant <pranavk at libreoffice.org>
Date:   Sun Dec 6 23:41:57 2015 +0530

    tdf#96246: Make pRenderingArguments nullable
    
    Type gchar* is not nullable by convention.
    
    See:
    https://wiki.gnome.org/Projects/GObjectIntrospection/Annotations#Nullable_parameters
    
    Change-Id: Ibfee816a3ef2d29c7376071fb61eda7bf0538efb
    Reviewed-on: https://gerrit.libreoffice.org/20425
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Miklos Vajna <vmiklos at collabora.co.uk>

diff --git a/include/LibreOfficeKit/LibreOfficeKitGtk.h b/include/LibreOfficeKit/LibreOfficeKitGtk.h
index c947ce3..8b6092c 100644
--- a/include/LibreOfficeKit/LibreOfficeKitGtk.h
+++ b/include/LibreOfficeKit/LibreOfficeKitGtk.h
@@ -65,7 +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.
+ * @pRenderingArguments: (nullable): lok::Document::initializeForRendering() arguments.
  * @cancellable:
  * @callback:
  * @userdata:


More information about the Libreoffice-commits mailing list