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)