mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-22 18:22:11 +01:00
docs: Move the GEmblem SECTION
Move it to the struct docs. Signed-off-by: Philip Withnall <philip@tecnocode.co.uk> Helps: #3037
This commit is contained in:
parent
396b0af3ab
commit
7418261f4e
@ -31,14 +31,11 @@
|
||||
|
||||
|
||||
/**
|
||||
* SECTION:gemblem
|
||||
* @short_description: An object for emblems
|
||||
* @include: gio/gio.h
|
||||
* @see_also: #GIcon, #GEmblemedIcon, #GLoadableIcon, #GThemedIcon
|
||||
* GEmblem:
|
||||
*
|
||||
* #GEmblem is an implementation of #GIcon that supports
|
||||
* `GEmblem` is an implementation of [iface@Gio.Icon] that supports
|
||||
* having an emblem, which is an icon with additional properties.
|
||||
* It can than be added to a #GEmblemedIcon.
|
||||
* It can than be added to a [class@Gio.EmblemedIcon].
|
||||
*
|
||||
* Currently, only metainformation about the emblem's origin is
|
||||
* supported. More may be added in the future.
|
||||
|
@ -37,11 +37,6 @@ G_BEGIN_DECLS
|
||||
#define G_IS_EMBLEM_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), G_TYPE_EMBLEM))
|
||||
#define G_EMBLEM_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_EMBLEM, GEmblemClass))
|
||||
|
||||
/**
|
||||
* GEmblem:
|
||||
*
|
||||
* An object for Emblems
|
||||
*/
|
||||
typedef struct _GEmblem GEmblem;
|
||||
typedef struct _GEmblemClass GEmblemClass;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user