GNativeSocketAddress
GNativeSocketAddress — Native GSocketAddress
|
|
Includes
#include <gio/gio.h>
Description
A socket address of some unknown native type.
Functions
g_native_socket_address_new ()
GSocketAddress *
g_native_socket_address_new (gpointer native
,
gsize len
);
Creates a new GNativeSocketAddress for native
and len
.
Since: 2.46
Types and Values
GNativeSocketAddress
typedef struct _GNativeSocketAddress GNativeSocketAddress;
A socket address, corresponding to a general struct
sockadd address of a type not otherwise handled by glib.