public unowned GLib.Socket accept_socket (out unowned GLib.Object source_object, GLib.Cancellable? cancellable) throws GLib.Error;
public async unowned GLib.Socket accept_socket_async (GLib.Cancellable? cancellable, out unowned GLib.Object source_object) throws GLib.Error;
public unowned GLib.Socket accept_socket_finish (GLib.AsyncResult _result, out unowned GLib.Object source_object) throws GLib.Error;
- public bool add_address (GLib.SocketAddress address, GLib.SocketType type, GLib.SocketProtocol protocol, GLib.Object source_object, out unowned GLib.SocketAddress effective_address) throws GLib.Error;
- public bool add_inet_port (uint16 port, GLib.Object source_object) throws GLib.Error;
- public bool add_socket (GLib.Socket socket, GLib.Object source_object) throws GLib.Error;
+ public bool add_address (GLib.SocketAddress address, GLib.SocketType type, GLib.SocketProtocol protocol, GLib.Object? source_object, out unowned GLib.SocketAddress effective_address) throws GLib.Error;
+ public bool add_inet_port (uint16 port, GLib.Object? source_object) throws GLib.Error;
+ public bool add_socket (GLib.Socket socket, GLib.Object? source_object) throws GLib.Error;
[NoWrapper]
public virtual void changed ();
public void close ();
g_output_stream_write_all.bytes_written is_out="1"
g_seekable_truncate abstract="1" vfunc_name="truncate_fn"
g_seekable_truncate_fn hidden="1"
+g_socket_listener_add_address.source_object nullable="1"
+g_socket_listener_add_inet_port.source_object nullable="1"
+g_socket_listener_add_socket.source_object nullable="1"
g_themed_icon_new_from_names.iconnames is_array="1"
g_themed_icon_new_from_names.len hidden="1"
g_themed_icon_get_names is_array="1" no_array_length="1"