mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-08 20:05:49 +01:00
gicallbackinfo: 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
e1cd86714b
commit
553e7cb02d
@ -35,11 +35,11 @@
|
|||||||
#include "gicallbackinfo.h"
|
#include "gicallbackinfo.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:gicallback
|
* GICallbackInfo:
|
||||||
* @title: GICallbackInfo
|
|
||||||
* @short_description: Struct representing a callback
|
|
||||||
*
|
*
|
||||||
* GICallbackInfo represents a callback.
|
* `GICallbackInfo` represents a callback.
|
||||||
|
*
|
||||||
|
* Since: 2.80
|
||||||
*/
|
*/
|
||||||
|
|
||||||
void
|
void
|
||||||
|
@ -32,10 +32,12 @@
|
|||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GI_IS_CALLBACK_INFO
|
* GI_IS_CALLBACK_INFO:
|
||||||
* @info: an info structure
|
* @info: an info structure
|
||||||
*
|
*
|
||||||
* Checks if @info is a #GICallbackInfo or derived from it.
|
* Checks if @info is a [class@GIRepository.CallbackInfo] or derived from it.
|
||||||
|
*
|
||||||
|
* Since: 2.80
|
||||||
*/
|
*/
|
||||||
#define GI_IS_CALLBACK_INFO(info) \
|
#define GI_IS_CALLBACK_INFO(info) \
|
||||||
(gi_base_info_get_info_type ((GIBaseInfo*) info) == GI_INFO_TYPE_CALLBACK)
|
(gi_base_info_get_info_type ((GIBaseInfo*) info) == GI_INFO_TYPE_CALLBACK)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user