mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 23:16:14 +01:00
docs: Move the GNativeSocketAddress SECTION
Move it to the struct docs. Signed-off-by: Philip Withnall <philip@tecnocode.co.uk> Helps: #3037
This commit is contained in:
parent
f17cb81ce5
commit
cf7fd070c8
@ -31,19 +31,15 @@
|
|||||||
#include "glibintl.h"
|
#include "glibintl.h"
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* SECTION:gnativesocketaddress
|
|
||||||
* @short_description: Native GSocketAddress
|
|
||||||
* @include: gio/gio.h
|
|
||||||
*
|
|
||||||
* A socket address of some unknown native type.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GNativeSocketAddress:
|
* GNativeSocketAddress:
|
||||||
*
|
*
|
||||||
* A socket address, corresponding to a general struct
|
* A socket address of some unknown native type.
|
||||||
* sockadd address of a type not otherwise handled by glib.
|
*
|
||||||
|
* This corresponds to a general `struct sockaddr` of a type not otherwise
|
||||||
|
* handled by GLib.
|
||||||
|
*
|
||||||
|
* Since: 2.46
|
||||||
*/
|
*/
|
||||||
|
|
||||||
struct _GNativeSocketAddressPrivate
|
struct _GNativeSocketAddressPrivate
|
||||||
|
Loading…
Reference in New Issue
Block a user