From 466a9f1aca48f19d5b91334a9d83400d7a91ea38 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 14 Dec 2023 01:03:46 +0000 Subject: [PATCH] girmodule: 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/girmodule.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/girepository/girmodule.c b/girepository/girmodule.c index 309cc787c..f81bc761f 100644 --- a/girepository/girmodule.c +++ b/girepository/girmodule.c @@ -93,6 +93,8 @@ gi_ir_module_free (GIIrModule *module) * @args: Remaining arguments * * Report a fatal error, then exit. + * + * Since: 2.80 */ void gi_ir_module_fatal (GIIrTypelibBuild *build,