From cf7fd070c8169c047804d1a11ace8ddada9eeb82 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Mon, 23 Oct 2023 14:41:44 +0100 Subject: [PATCH] docs: Move the GNativeSocketAddress SECTION Move it to the struct docs. Signed-off-by: Philip Withnall Helps: #3037 --- gio/gnativesocketaddress.c | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/gio/gnativesocketaddress.c b/gio/gnativesocketaddress.c index 28b90a801..c2c47a1fe 100644 --- a/gio/gnativesocketaddress.c +++ b/gio/gnativesocketaddress.c @@ -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