mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-24 02:47:52 +02: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:
@@ -31,19 +31,15 @@
|
||||
#include "glibintl.h"
|
||||
|
||||
|
||||
/**
|
||||
* SECTION:gnativesocketaddress
|
||||
* @short_description: Native GSocketAddress
|
||||
* @include: gio/gio.h
|
||||
*
|
||||
* A socket address of some unknown native type.
|
||||
*/
|
||||
|
||||
/**
|
||||
* GNativeSocketAddress:
|
||||
*
|
||||
* A socket address, corresponding to a general struct
|
||||
* sockadd address of a type not otherwise handled by glib.
|
||||
* A socket address of some unknown native type.
|
||||
*
|
||||
* This corresponds to a general `struct sockaddr` of a type not otherwise
|
||||
* handled by GLib.
|
||||
*
|
||||
* Since: 2.46
|
||||
*/
|
||||
|
||||
struct _GNativeSocketAddressPrivate
|
||||
|
Reference in New Issue
Block a user