From aebf06174133fbe4fd071d8dd7a2a1db476a4c80 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 13 Dec 2023 13:26:07 +0000 Subject: [PATCH] giunresolvedinfo: 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/giunresolvedinfo.c | 8 ++++---- girepository/giunresolvedinfo.h | 6 ++++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/girepository/giunresolvedinfo.c b/girepository/giunresolvedinfo.c index c1b4584ee..b099f9b86 100644 --- a/girepository/giunresolvedinfo.c +++ b/girepository/giunresolvedinfo.c @@ -35,11 +35,11 @@ #include "giunresolvedinfo.h" /** - * SECTION:giunresolved - * @title: GIUnresolvedInfo - * @short_description: Struct representing an unresolved symbol + * GIUnresolvedInfo: * - * GIUnresolvedInfo represents an unresolved symbol. + * `GIUnresolvedInfo` represents an unresolved symbol. + * + * Since: 2.80 */ void diff --git a/girepository/giunresolvedinfo.h b/girepository/giunresolvedinfo.h index b69c85e5b..5ca487941 100644 --- a/girepository/giunresolvedinfo.h +++ b/girepository/giunresolvedinfo.h @@ -32,10 +32,12 @@ G_BEGIN_DECLS /** - * GI_IS_UNRESOLVED_INFO + * GI_IS_UNRESOLVED_INFO: * @info: an info structure * - * Checks if @info is a #GIUnresolvedInfo or derived from it. + * Checks if @info is a [class@GIRepository.UnresolvedInfo] or derived from it. + * + * Since: 2.80 */ #define GI_IS_UNRESOLVED_INFO(info) \ (gi_base_info_get_info_type ((GIBaseInfo*) info) == GI_INFO_TYPE_UNRESOLVED)