mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-02 09:16:17 +01:00
giunresolvedinfo: Port documentation to gi-docgen and update
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 <pwithnall@gnome.org> Helps: #3155
This commit is contained in:
parent
2684155ee9
commit
aebf061741
@ -35,11 +35,11 @@
|
|||||||
#include "giunresolvedinfo.h"
|
#include "giunresolvedinfo.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:giunresolved
|
* GIUnresolvedInfo:
|
||||||
* @title: GIUnresolvedInfo
|
|
||||||
* @short_description: Struct representing an unresolved symbol
|
|
||||||
*
|
*
|
||||||
* GIUnresolvedInfo represents an unresolved symbol.
|
* `GIUnresolvedInfo` represents an unresolved symbol.
|
||||||
|
*
|
||||||
|
* Since: 2.80
|
||||||
*/
|
*/
|
||||||
|
|
||||||
void
|
void
|
||||||
|
@ -32,10 +32,12 @@
|
|||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GI_IS_UNRESOLVED_INFO
|
* GI_IS_UNRESOLVED_INFO:
|
||||||
* @info: an info structure
|
* @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) \
|
#define GI_IS_UNRESOLVED_INFO(info) \
|
||||||
(gi_base_info_get_info_type ((GIBaseInfo*) info) == GI_INFO_TYPE_UNRESOLVED)
|
(gi_base_info_get_info_type ((GIBaseInfo*) info) == GI_INFO_TYPE_UNRESOLVED)
|
||||||
|
Loading…
Reference in New Issue
Block a user