Blame SOURCES/0365-tdf-96246-Make-pRenderingArguments-nullable.patch

f325b2
From c61bb4b9c05be5b546d3823052a6ac2f593ce15b Mon Sep 17 00:00:00 2001
f325b2
From: Pranav Kant <pranavk@libreoffice.org>
f325b2
Date: Sun, 6 Dec 2015 23:41:57 +0530
f325b2
Subject: [PATCH 365/398] tdf#96246: Make pRenderingArguments nullable
f325b2
f325b2
Type gchar* is not nullable by convention.
f325b2
f325b2
See:
f325b2
https://wiki.gnome.org/Projects/GObjectIntrospection/Annotations#Nullable_parameters
f325b2
f325b2
Change-Id: Ibfee816a3ef2d29c7376071fb61eda7bf0538efb
f325b2
Reviewed-on: https://gerrit.libreoffice.org/20425
f325b2
Tested-by: Jenkins <ci@libreoffice.org>
f325b2
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
f325b2
(cherry picked from commit 9e9703389e015d0f3520344715df6719559362e4)
f325b2
(cherry picked from commit f37903004d93e7d7b008b2667881159bd8fee1e1)
f325b2
---
f325b2
 include/LibreOfficeKit/LibreOfficeKitGtk.h | 2 +-
f325b2
 1 file changed, 1 insertion(+), 1 deletion(-)
f325b2
f325b2
diff --git a/include/LibreOfficeKit/LibreOfficeKitGtk.h b/include/LibreOfficeKit/LibreOfficeKitGtk.h
f325b2
index c947ce3f8369..8b6092c56ef2 100644
f325b2
--- a/include/LibreOfficeKit/LibreOfficeKitGtk.h
f325b2
+++ b/include/LibreOfficeKit/LibreOfficeKitGtk.h
f325b2
@@ -65,7 +65,7 @@ GtkWidget*                     lok_doc_view_new_from_widget        (LOKDocView*
f325b2
  * lok_doc_view_open_document:
f325b2
  * @pDocView: The #LOKDocView instance
f325b2
  * @pPath: (transfer full): The path of the document that #LOKDocView widget should try to open
f325b2
- * @pRenderingArguments: lok::Document::initializeForRendering() arguments.
f325b2
+ * @pRenderingArguments: (nullable): lok::Document::initializeForRendering() arguments.
f325b2
  * @cancellable:
f325b2
  * @callback:
f325b2
  * @userdata:
f325b2
-- 
f325b2
2.12.0
f325b2