mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 23:16:14 +01:00
docs: Move the GEmblemedIcon SECTION
Move it to the struct docs. Signed-off-by: Philip Withnall <philip@tecnocode.co.uk> Helps: #3037
This commit is contained in:
parent
7418261f4e
commit
ac6cc7e2b6
@ -33,17 +33,14 @@
|
||||
|
||||
|
||||
/**
|
||||
* SECTION:gemblemedicon
|
||||
* @short_description: Icon with emblems
|
||||
* @include: gio/gio.h
|
||||
* @see_also: #GIcon, #GLoadableIcon, #GThemedIcon, #GEmblem
|
||||
* GEmblemedIcon:
|
||||
*
|
||||
* #GEmblemedIcon is an implementation of #GIcon that supports
|
||||
* `GEmblemedIcon` is an implementation of [iface@Gio.Icon] that supports
|
||||
* adding an emblem to an icon. Adding multiple emblems to an
|
||||
* icon is ensured via g_emblemed_icon_add_emblem().
|
||||
* icon is ensured via [method@Gio.EmblemedIcon.add_emblem].
|
||||
*
|
||||
* Note that #GEmblemedIcon allows no control over the position
|
||||
* of the emblems. See also #GEmblem for more information.
|
||||
* Note that `GEmblemedIcon` allows no control over the position
|
||||
* of the emblems. See also [class@Gio.Emblem] for more information.
|
||||
**/
|
||||
|
||||
enum {
|
||||
|
@ -40,11 +40,6 @@ G_BEGIN_DECLS
|
||||
#define G_IS_EMBLEMED_ICON_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), G_TYPE_EMBLEMED_ICON))
|
||||
#define G_EMBLEMED_ICON_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_EMBLEMED_ICON, GEmblemedIconClass))
|
||||
|
||||
/**
|
||||
* GEmblemedIcon:
|
||||
*
|
||||
* An implementation of #GIcon for icons with emblems.
|
||||
**/
|
||||
typedef struct _GEmblemedIcon GEmblemedIcon;
|
||||
typedef struct _GEmblemedIconClass GEmblemedIconClass;
|
||||
typedef struct _GEmblemedIconPrivate GEmblemedIconPrivate;
|
||||
|
Loading…
Reference in New Issue
Block a user