docs: Move the GLoadableIcon SECTION

Move it to the struct docs.

Signed-off-by: Philip Withnall <philip@tecnocode.co.uk>

Helps: #3037
This commit is contained in:
Philip Withnall 2023-10-24 10:52:58 +01:00
parent 226e9f16ea
commit 22275f389b
2 changed files with 3 additions and 12 deletions

View File

@ -29,13 +29,10 @@
/**
* SECTION:gloadableicon
* @short_description: Loadable Icons
* @include: gio/gio.h
* @see_also: #GIcon, #GThemedIcon
* GLoadableIcon:
*
* Extends the #GIcon interface and adds the ability to
* load icons from streams.
* `GLoadableIcon` extends the [iface@Gio.Icon] interface and adds the ability
* to load icons from streams.
**/
static void g_loadable_icon_real_load_async (GLoadableIcon *icon,

View File

@ -36,12 +36,6 @@ G_BEGIN_DECLS
#define G_IS_LOADABLE_ICON(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), G_TYPE_LOADABLE_ICON))
#define G_LOADABLE_ICON_GET_IFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), G_TYPE_LOADABLE_ICON, GLoadableIconIface))
/**
* GLoadableIcon:
*
* Generic type for all kinds of icons that can be loaded
* as a stream.
**/
typedef struct _GLoadableIconIface GLoadableIconIface;
/**