mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 14:36:13 +01: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
|
||||
* @short_description: An icon stored in memory as a GBytes
|
||||
* @include: gio/gio.h
|
||||
* @see_also: #GIcon, #GLoadableIcon, #GBytes
|
||||
* GBytesIcon:
|
||||
*
|
||||
* #GBytesIcon specifies an image held in memory in a common format (usually
|
||||
* png) to be used as icon.
|
||||
* `GBytesIcon` specifies an image held in memory in a common format (usually
|
||||
* PNG) to be used as icon.
|
||||
*
|
||||
* Since: 2.38
|
||||
**/
|
||||
*/
|
||||
|
||||
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_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
|
||||
GType g_bytes_icon_get_type (void) G_GNUC_CONST;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user