mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 06:56:14 +01:00
docs: Move the GConverter SECTION
Move the content to the struct docs. Helps: #3037
This commit is contained in:
parent
747b81409d
commit
174073722e
@ -26,12 +26,11 @@
|
||||
|
||||
|
||||
/**
|
||||
* SECTION:gconverter
|
||||
* @short_description: Data conversion interface
|
||||
* @include: gio/gio.h
|
||||
* @see_also: #GInputStream, #GOutputStream
|
||||
* GConverter:
|
||||
*
|
||||
* #GConverter is implemented by objects that convert
|
||||
* `GConverter` is an interface for streaming conversions.
|
||||
*
|
||||
* `GConverter` is implemented by objects that convert
|
||||
* binary data in various ways. The conversion can be
|
||||
* stateful and may fail at any place.
|
||||
*
|
||||
@ -40,7 +39,7 @@
|
||||
* replace.
|
||||
*
|
||||
* Since: 2.24
|
||||
**/
|
||||
*/
|
||||
|
||||
|
||||
typedef GConverterIface GConverterInterface;
|
||||
|
@ -36,13 +36,6 @@ G_BEGIN_DECLS
|
||||
#define G_IS_CONVERTER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), G_TYPE_CONVERTER))
|
||||
#define G_CONVERTER_GET_IFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), G_TYPE_CONVERTER, GConverterIface))
|
||||
|
||||
/**
|
||||
* GConverter:
|
||||
*
|
||||
* Seek object for streaming operations.
|
||||
*
|
||||
* Since: 2.24
|
||||
**/
|
||||
typedef struct _GConverterIface GConverterIface;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user