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