From ff30ddb66e93cea2dd6f8de2c4fa88b4fa558c7b Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 13 Dec 2023 13:25:11 +0000 Subject: [PATCH] girwriter: Port documentation to gi-docgen and update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Review and update the documentation, making sure it’s complete, formatted in gi-docgen format, and has all appropriate GIR annotations and `Since:` lines. Signed-off-by: Philip Withnall Helps: #3155 --- girepository/girwriter.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/girepository/girwriter.c b/girepository/girwriter.c index 155bbfcc8..1d307eee4 100644 --- a/girepository/girwriter.c +++ b/girepository/girwriter.c @@ -1316,15 +1316,17 @@ write_union_info (const gchar *ns, } -/* +/** * gi_ir_writer_write: - * @filename: filename to write to + * @filename: (type filename): filename to write to * @ns: GIR namespace to write * @needs_prefix: if the filename needs prefixing * @show_all: if field size calculations should be included * * Writes the output of a typelib represented by @ns * into a GIR xml file named @filename. + * + * Since: 2.80 */ void gi_ir_writer_write (const char *filename,