Handbook
Glossary
g_socket_new ( family type protocol error -- GSocket* )
Vocabulary
gio
.
ffi
Inputs
family
an
object
type
an
object
protocol
an
object
error
an
object
Outputs
GSocket*
an
object
Definition
USING:
alien.syntax
glib.ffi
;
IN:
gio.ffi
LIBRARY:
gio
FUNCTION:
GSocket*
g_socket_new
(
GSocketFamily
family,
GSocketType
type,
GSocketProtocol
protocol, GError* error )