From a58c731912c432cb57ed0d456e923543e9dba487 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 13 Dec 2023 13:24:51 +0000 Subject: [PATCH] giroffsets: 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/giroffsets.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/girepository/giroffsets.c b/girepository/giroffsets.c index 1e7271538..32bf684df 100644 --- a/girepository/giroffsets.c +++ b/girepository/giroffsets.c @@ -509,6 +509,8 @@ check_needs_computation (GIIrTypelibBuild *build, * If a node is a a structure or union, makes sure that the field * offsets have been computed, and also computes the overall size and * alignment for the type. + * + * Since: 2.80 */ void gi_ir_node_compute_offsets (GIIrTypelibBuild *build,