mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 07:26:15 +01:00
docs: Move the GCharsetConverter SECTION
Not much to move here. Helps: #3037
This commit is contained in:
parent
e267653eab
commit
747b81409d
@ -39,22 +39,15 @@ enum {
|
||||
};
|
||||
|
||||
/**
|
||||
* SECTION:gcharsetconverter
|
||||
* @short_description: Convert between charsets
|
||||
* @include: gio/gio.h
|
||||
* GCharsetConverter:
|
||||
*
|
||||
* #GCharsetConverter is an implementation of #GConverter based on
|
||||
* GIConv.
|
||||
* `GCharsetConverter` is an implementation of [iface@Gio.Converter] based on
|
||||
* [class@GLib.IConv].
|
||||
*/
|
||||
|
||||
static void g_charset_converter_iface_init (GConverterIface *iface);
|
||||
static void g_charset_converter_initable_iface_init (GInitableIface *iface);
|
||||
|
||||
/**
|
||||
* GCharsetConverter:
|
||||
*
|
||||
* Conversions between character sets.
|
||||
*/
|
||||
struct _GCharsetConverter
|
||||
{
|
||||
GObject parent_instance;
|
||||
|
Loading…
Reference in New Issue
Block a user