mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
docs: Move the GInetSocketAddress SECTION
Move it to the struct docs. Signed-off-by: Philip Withnall <philip@tecnocode.co.uk> Helps: #3037
This commit is contained in:
parent
55bf188365
commit
a8b28e312f
@ -33,20 +33,14 @@
|
|||||||
#include "glibintl.h"
|
#include "glibintl.h"
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* SECTION:ginetsocketaddress
|
|
||||||
* @short_description: Internet GSocketAddress
|
|
||||||
* @include: gio/gio.h
|
|
||||||
*
|
|
||||||
* An IPv4 or IPv6 socket address; that is, the combination of a
|
|
||||||
* #GInetAddress and a port number.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GInetSocketAddress:
|
* GInetSocketAddress:
|
||||||
*
|
*
|
||||||
* An IPv4 or IPv6 socket address, corresponding to a struct
|
* An IPv4 or IPv6 socket address. That is, the combination of a
|
||||||
* sockaddr_in or struct sockaddr_in6.
|
* [class@Gio.InetAddress] and a port number.
|
||||||
|
*
|
||||||
|
* In UNIX terms, `GInetSocketAddress` corresponds to a
|
||||||
|
* [`struct sockaddr_in` or `struct sockaddr_in6`](man:sockaddr(3type)).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
struct _GInetSocketAddressPrivate
|
struct _GInetSocketAddressPrivate
|
||||||
|
Loading…
Reference in New Issue
Block a user