From 14b02d2631cf932b76ca5643f6d5b9ac1c040699 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 25 Oct 2023 15:09:51 +0100 Subject: [PATCH] docs: Move the GUnixFDList SECTION Move it to the struct docs. Signed-off-by: Philip Withnall Helps: #3037 --- gio/gunixfdlist.c | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/gio/gunixfdlist.c b/gio/gunixfdlist.c index e06171414..f17bb8dc0 100644 --- a/gio/gunixfdlist.c +++ b/gio/gunixfdlist.c @@ -15,18 +15,15 @@ */ /** - * SECTION:gunixfdlist - * @title: GUnixFDList - * @short_description: An object containing a set of UNIX file descriptors - * @include: gio/gunixfdlist.h - * @see_also: #GUnixFDMessage + * GUnixFDList: * - * A #GUnixFDList contains a list of file descriptors. It owns the file + * A `GUnixFDList` contains a list of file descriptors. It owns the file * descriptors that it contains, closing them when finalized. * - * It may be wrapped in a #GUnixFDMessage and sent over a #GSocket in - * the %G_SOCKET_FAMILY_UNIX family by using g_socket_send_message() - * and received using g_socket_receive_message(). + * It may be wrapped in a [class@Gio.UnixFDMessage] and sent over a + * [class@Gio.Socket] in the `G_SOCKET_FAMILY_UNIX` family by using + * [method@Gio.Socket.send_message] and received using + * [method@Gio.Socket.receive_message]. * * Before 2.74, `` belonged to the UNIX-specific GIO * interfaces, thus you had to use the `gio-unix-2.0.pc` pkg-config file when @@ -35,13 +32,6 @@ * Since 2.74, the API is available for Windows. */ -/** - * GUnixFDList: - * - * #GUnixFDList is an opaque data structure and can only be accessed - * using the following functions. - **/ - #include "config.h" #include