[libgsf] Introspection fixes



commit 79e00674d47817778f233507e7e769cb1906b46e
Author: Morten Welinder <terra gnome org>
Date:   Tue May 1 15:38:26 2018 -0400

    Introspection fixes

 gsf/gsf-output.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gsf/gsf-output.c b/gsf/gsf-output.c
index a5e50c7..f6f98bd 100644
--- a/gsf/gsf-output.c
+++ b/gsf/gsf-output.c
@@ -463,7 +463,7 @@ gsf_output_error (GsfOutput const *output)
 /**
  * gsf_output_set_name:
  * @output: #GsfOutput
- * @name: the new name
+ * @name: (nullable): the new name
  *
  * <note>This is a utility routine that should only be used by derived
  * outputs.</note>
@@ -487,7 +487,7 @@ gsf_output_set_name (GsfOutput *output, char const *name)
 /**
  * gsf_output_set_name_from_filename:
  * @output: the output stream
- * @filename: the (fs-sys encoded) filename
+ * @filename: (nullable): the (fs-sys encoded) filename
  *
  * <note>This is a utility routine that should only be used by derived
  * outputs.</note>
@@ -513,7 +513,7 @@ gsf_output_set_name_from_filename (GsfOutput *output, char const *filename)
 /**
  * gsf_output_set_container:
  * @output: #GsfOutput
- * @container: #GsfOutfile
+ * @container: (nullable): #GsfOutfile
  *
  * <note>This is a utility routine that should only be used by derived
  * outputs.</note>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]