Fix multiple returns in gtk-doc comment

This commit is contained in:
Benjamin Otte 2009-07-27 18:48:11 +02:00
parent 8f6d26e964
commit a6ac4e90d5

View File

@ -255,7 +255,6 @@ g_socket_service_class_init (GSocketServiceClass *class)
* @service: the #GSocketService. * @service: the #GSocketService.
* @connection: a new #GSocketConnection object. * @connection: a new #GSocketConnection object.
* @source_object: the source_object passed to g_socket_listener_add_address(). * @source_object: the source_object passed to g_socket_listener_add_address().
* @returns: %TRUE if @connection has been handled.
* *
* The ::incoming signal is emitted when a new incoming connection * The ::incoming signal is emitted when a new incoming connection
* to @service needs to be handled. The handler must initiate the * to @service needs to be handled. The handler must initiate the