docs: Move the GNativeSocketAddress SECTION

Move it to the struct docs.

Signed-off-by: Philip Withnall <philip@tecnocode.co.uk>

Helps: #3037
This commit is contained in:
Philip Withnall 2023-10-23 14:41:44 +01:00
parent f17cb81ce5
commit cf7fd070c8

View File

@ -31,19 +31,15 @@
#include "glibintl.h"
/**
* SECTION:gnativesocketaddress
* @short_description: Native GSocketAddress
* @include: gio/gio.h
*
* A socket address of some unknown native type.
*/
/**
* GNativeSocketAddress:
*
* A socket address, corresponding to a general struct
* sockadd address of a type not otherwise handled by glib.
* A socket address of some unknown native type.
*
* This corresponds to a general `struct sockaddr` of a type not otherwise
* handled by GLib.
*
* Since: 2.46
*/
struct _GNativeSocketAddressPrivate