|
@@ -124,7 +124,7 @@ void qio_channel_socket_connect_async(QIOChannelSocket *ioc,
|
|
* qio_channel_socket_listen_sync:
|
|
* qio_channel_socket_listen_sync:
|
|
* @ioc: the socket channel object
|
|
* @ioc: the socket channel object
|
|
* @addr: the address to listen to
|
|
* @addr: the address to listen to
|
|
- * @num: the expected ammount of connections
|
|
|
|
|
|
+ * @num: the expected amount of connections
|
|
* @errp: pointer to a NULL-initialized error object
|
|
* @errp: pointer to a NULL-initialized error object
|
|
*
|
|
*
|
|
* Attempt to listen to the address @addr. This method
|
|
* Attempt to listen to the address @addr. This method
|
|
@@ -141,7 +141,7 @@ int qio_channel_socket_listen_sync(QIOChannelSocket *ioc,
|
|
* qio_channel_socket_listen_async:
|
|
* qio_channel_socket_listen_async:
|
|
* @ioc: the socket channel object
|
|
* @ioc: the socket channel object
|
|
* @addr: the address to listen to
|
|
* @addr: the address to listen to
|
|
- * @num: the expected ammount of connections
|
|
|
|
|
|
+ * @num: the expected amount of connections
|
|
* @callback: the function to invoke on completion
|
|
* @callback: the function to invoke on completion
|
|
* @opaque: user data to pass to @callback
|
|
* @opaque: user data to pass to @callback
|
|
* @destroy: the function to free @opaque
|
|
* @destroy: the function to free @opaque
|