mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-03 06:13:08 +02:00
docs: Move the GUnixFDList SECTION
Move it to the struct docs. Signed-off-by: Philip Withnall <philip@tecnocode.co.uk> Helps: #3037
This commit is contained in:
parent
2f662b6063
commit
14b02d2631
@ -15,18 +15,15 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:gunixfdlist
|
* GUnixFDList:
|
||||||
* @title: GUnixFDList
|
|
||||||
* @short_description: An object containing a set of UNIX file descriptors
|
|
||||||
* @include: gio/gunixfdlist.h
|
|
||||||
* @see_also: #GUnixFDMessage
|
|
||||||
*
|
*
|
||||||
* 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.
|
* descriptors that it contains, closing them when finalized.
|
||||||
*
|
*
|
||||||
* It may be wrapped in a #GUnixFDMessage and sent over a #GSocket in
|
* It may be wrapped in a [class@Gio.UnixFDMessage] and sent over a
|
||||||
* the %G_SOCKET_FAMILY_UNIX family by using g_socket_send_message()
|
* [class@Gio.Socket] in the `G_SOCKET_FAMILY_UNIX` family by using
|
||||||
* and received using g_socket_receive_message().
|
* [method@Gio.Socket.send_message] and received using
|
||||||
|
* [method@Gio.Socket.receive_message].
|
||||||
*
|
*
|
||||||
* Before 2.74, `<gio/gunixfdlist.h>` belonged to the UNIX-specific GIO
|
* Before 2.74, `<gio/gunixfdlist.h>` belonged to the UNIX-specific GIO
|
||||||
* interfaces, thus you had to use the `gio-unix-2.0.pc` pkg-config file when
|
* 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.
|
* 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 "config.h"
|
||||||
|
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user