mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-02 17:26:17 +01:00
docs: Move the GThemedIcon SECTION
Move it to the struct docs. Signed-off-by: Philip Withnall <philip@tecnocode.co.uk> Helps: #3037
This commit is contained in:
parent
5817f52222
commit
325e3a6f5b
@ -31,16 +31,15 @@
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:gthemedicon
|
* GThemedIcon:
|
||||||
* @short_description: Icon theming support
|
|
||||||
* @include: gio/gio.h
|
|
||||||
* @see_also: #GIcon, #GLoadableIcon
|
|
||||||
*
|
*
|
||||||
* #GThemedIcon is an implementation of #GIcon that supports icon themes.
|
* `GThemedIcon` is an implementation of [iface@Gio.Icon] that supports icon
|
||||||
* #GThemedIcon contains a list of all of the icons present in an icon
|
* themes.
|
||||||
* theme, so that icons can be looked up quickly. #GThemedIcon does
|
*
|
||||||
|
* `GThemedIcon` contains a list of all of the icons present in an icon
|
||||||
|
* theme, so that icons can be looked up quickly. `GThemedIcon` does
|
||||||
* not provide actual pixmaps for icons, just the icon names.
|
* not provide actual pixmaps for icons, just the icon names.
|
||||||
* Ideally something like gtk_icon_theme_choose_icon() should be used to
|
* Ideally something like [method@Gtk.IconTheme.choose_icon] should be used to
|
||||||
* resolve the list of names so that fallback icons work nicely with
|
* resolve the list of names so that fallback icons work nicely with
|
||||||
* themes that inherit other themes.
|
* themes that inherit other themes.
|
||||||
**/
|
**/
|
||||||
|
@ -38,11 +38,6 @@ G_BEGIN_DECLS
|
|||||||
#define G_IS_THEMED_ICON_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), G_TYPE_THEMED_ICON))
|
#define G_IS_THEMED_ICON_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), G_TYPE_THEMED_ICON))
|
||||||
#define G_THEMED_ICON_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_THEMED_ICON, GThemedIconClass))
|
#define G_THEMED_ICON_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_THEMED_ICON, GThemedIconClass))
|
||||||
|
|
||||||
/**
|
|
||||||
* GThemedIcon:
|
|
||||||
*
|
|
||||||
* An implementation of #GIcon for themed icons.
|
|
||||||
**/
|
|
||||||
typedef struct _GThemedIconClass GThemedIconClass;
|
typedef struct _GThemedIconClass GThemedIconClass;
|
||||||
|
|
||||||
GIO_AVAILABLE_IN_ALL
|
GIO_AVAILABLE_IN_ALL
|
||||||
|
Loading…
Reference in New Issue
Block a user