mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-31 04:43:06 +02:00
docs: Move the GBytesIcon SECTION
Move the contents into the struct docs. Helps: #3037
This commit is contained in:
parent
93788dfb07
commit
3d5d3bceea
@ -33,16 +33,13 @@
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:gbytesicon
|
* GBytesIcon:
|
||||||
* @short_description: An icon stored in memory as a GBytes
|
|
||||||
* @include: gio/gio.h
|
|
||||||
* @see_also: #GIcon, #GLoadableIcon, #GBytes
|
|
||||||
*
|
*
|
||||||
* #GBytesIcon specifies an image held in memory in a common format (usually
|
* `GBytesIcon` specifies an image held in memory in a common format (usually
|
||||||
* png) to be used as icon.
|
* PNG) to be used as icon.
|
||||||
*
|
*
|
||||||
* Since: 2.38
|
* Since: 2.38
|
||||||
**/
|
*/
|
||||||
|
|
||||||
typedef GObjectClass GBytesIconClass;
|
typedef GObjectClass GBytesIconClass;
|
||||||
|
|
||||||
|
@ -35,11 +35,6 @@ G_BEGIN_DECLS
|
|||||||
#define G_BYTES_ICON(inst) (G_TYPE_CHECK_INSTANCE_CAST ((inst), G_TYPE_BYTES_ICON, GBytesIcon))
|
#define G_BYTES_ICON(inst) (G_TYPE_CHECK_INSTANCE_CAST ((inst), G_TYPE_BYTES_ICON, GBytesIcon))
|
||||||
#define G_IS_BYTES_ICON(inst) (G_TYPE_CHECK_INSTANCE_TYPE ((inst), G_TYPE_BYTES_ICON))
|
#define G_IS_BYTES_ICON(inst) (G_TYPE_CHECK_INSTANCE_TYPE ((inst), G_TYPE_BYTES_ICON))
|
||||||
|
|
||||||
/**
|
|
||||||
* GBytesIcon:
|
|
||||||
*
|
|
||||||
* Gets an icon for a #GBytes. Implements #GLoadableIcon.
|
|
||||||
**/
|
|
||||||
GIO_AVAILABLE_IN_2_38
|
GIO_AVAILABLE_IN_2_38
|
||||||
GType g_bytes_icon_get_type (void) G_GNUC_CONST;
|
GType g_bytes_icon_get_type (void) G_GNUC_CONST;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user