mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 23:46:17 +01:00
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:
parent
226e9f16ea
commit
22275f389b
@ -29,13 +29,10 @@
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:gloadableicon
|
* GLoadableIcon:
|
||||||
* @short_description: Loadable Icons
|
|
||||||
* @include: gio/gio.h
|
|
||||||
* @see_also: #GIcon, #GThemedIcon
|
|
||||||
*
|
*
|
||||||
* Extends the #GIcon interface and adds the ability to
|
* `GLoadableIcon` extends the [iface@Gio.Icon] interface and adds the ability
|
||||||
* load icons from streams.
|
* to load icons from streams.
|
||||||
**/
|
**/
|
||||||
|
|
||||||
static void g_loadable_icon_real_load_async (GLoadableIcon *icon,
|
static void g_loadable_icon_real_load_async (GLoadableIcon *icon,
|
||||||
|
@ -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_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))
|
#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;
|
typedef struct _GLoadableIconIface GLoadableIconIface;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user