mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
Fix multiple returns in gtk-doc comment
This commit is contained in:
parent
8f6d26e964
commit
a6ac4e90d5
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user