···140140 * qio_channel_socket_listen_async:
141141 * @ioc: the socket channel object
142142 * @addr: the address to listen to
143143+ * @num: the expected ammount of connections
143144 * @callback: the function to invoke on completion
144145 * @opaque: user data to pass to @callback
145146 * @destroy: the function to free @opaque
···155156 */
156157void qio_channel_socket_listen_async(QIOChannelSocket *ioc,
157158 SocketAddress *addr,
159159+ int num,
158160 QIOTaskFunc callback,
159161 gpointer opaque,
160162 GDestroyNotify destroy,