mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-24 19:07:52 +02:00
docs: Move the GFileIcon SECTION
Move it to the struct docs. Signed-off-by: Philip Withnall <philip@tecnocode.co.uk> Helps: #3037
This commit is contained in:
@@ -33,15 +33,13 @@
|
||||
|
||||
|
||||
/**
|
||||
* SECTION:gfileicon
|
||||
* @short_description: Icons pointing to an image file
|
||||
* @include: gio/gio.h
|
||||
* @see_also: #GIcon, #GLoadableIcon
|
||||
* GFileIcon:
|
||||
*
|
||||
* #GFileIcon specifies an icon by pointing to an image file
|
||||
* `GFileIcon` specifies an icon by pointing to an image file
|
||||
* to be used as icon.
|
||||
*
|
||||
**/
|
||||
* It implements [iface@Gio.LoadableIcon].
|
||||
*/
|
||||
|
||||
static void g_file_icon_icon_iface_init (GIconIface *iface);
|
||||
static void g_file_icon_loadable_icon_iface_init (GLoadableIconIface *iface);
|
||||
|
Reference in New Issue
Block a user