Handbook
Glossary
g_socket_listener_add_address ( socket_listener address type protocol source_object effective_address error -- gboolean )
Vocabulary
gio
.
ffi
Inputs
socket_listener
an
object
address
an
object
type
an
object
protocol
an
object
source_object
an
object
effective_address
an
object
error
an
object
Outputs
gboolean
an
object
Definition
USING:
alien.syntax
glib.ffi
gobject-introspection.standard-types
gobject.ffi
;
IN:
gio.ffi
LIBRARY:
gio
FUNCTION:
gboolean
g_socket_listener_add_address
( GSocketListener* socket_listener, GSocketAddress* address,
GSocketType
type,
GSocketProtocol
protocol, GObject*
source_object, GSocketAddress** effective_address, GError*
error )