mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-04 00:13:40 +02:00
Doc improvements
Make sure all unix-specific apis are marked as such.
This commit is contained in:
@@ -34,18 +34,22 @@
|
||||
/**
|
||||
* SECTION:gunixsocketaddress
|
||||
* @short_description: UNIX GSocketAddress
|
||||
* @include: gio/gunixsocketaddress.h
|
||||
*
|
||||
* Support for UNIX-domain (aka local) sockets.
|
||||
* Support for UNIX-domain (also known as local) sockets.
|
||||
*
|
||||
* Unix domain sockets are generally visible in the filesystem.
|
||||
* UNIX domain sockets are generally visible in the filesystem.
|
||||
* However, some systems support abstract socket names which are not
|
||||
* visible in the filesystem and not affected by the filesystem
|
||||
* permissions, visibility, etc. Currently this is only supported
|
||||
* under Linux. If you attempt to use abstract sockets on other
|
||||
* systems, function calls may return %G_IO_ERROR_NOT_SUPPORTED
|
||||
* errors. You can use
|
||||
* g_unix_socket_address_abstract_names_supported() to see if abstract
|
||||
* names are supported.
|
||||
* errors. You can use g_unix_socket_address_abstract_names_supported()
|
||||
* to see if abstract names are supported.
|
||||
*
|
||||
* Note that <filename><gio/gunixsocketaddress.h></filename> belongs to
|
||||
* the UNIX-specific GIO interfaces, thus you have to use the
|
||||
* <filename>gio-unix-2.0.pc</filename> pkg-config file when using it.
|
||||
*/
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user