mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 14:36:13 +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
|
||||
* @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,
|
||||
|
@ -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;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user