[gnome-autoar] compressor: Add two missing introspection annotations



commit 102b9ec0bfa6adc940cde51b2ddf7bec03c4ca99
Author: Peter Keresztes Schmidt <carbenium outlook com>
Date:   Tue Feb 9 16:09:02 2021 +0100

    compressor: Add two missing introspection annotations

 gnome-autoar/autoar-compressor.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gnome-autoar/autoar-compressor.c b/gnome-autoar/autoar-compressor.c
index c1f9678..1650f43 100644
--- a/gnome-autoar/autoar-compressor.c
+++ b/gnome-autoar/autoar-compressor.c
@@ -244,7 +244,7 @@ autoar_compressor_set_property (GObject      *object,
  *
  * Gets the list of source files.
  *
- * Returns: (transfer none): a #GList with the source files
+ * Returns: (transfer none) (element-type GFile): a #GList with the source files
  **/
 GList*
 autoar_compressor_get_source_files (AutoarCompressor *self)
@@ -1263,7 +1263,7 @@ autoar_compressor_init (AutoarCompressor *self)
 
 /**
  * autoar_compressor_new:
- * @source_files: a #GList of source #GFiles to be archived
+ * @source_files: (element-type GFile): a #GList of source #GFiles to be archived
  * @output_file: output directory of the new archive, or the file name of the
  * new archive if you set #AutoarCompressor:output-is-dest on the returned object
  * @format: the compression format


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