1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-08-13 20:47:46 +02:00

Revert "clarify documentation"

This reverts commit d218cf0f67.
This has been fixed in the code, so no need to keep the updated docs.
This commit is contained in:
Benjamin Otte
2009-06-18 15:28:41 +02:00
parent 835c03a5c1
commit 9fba812884

@@ -199,8 +199,7 @@ check_listener (GSocketListener *listener,
/** /**
* g_socket_listener_add_socket: * g_socket_listener_add_socket:
* @listener: a #GSocketListener * @listener: a #GSocketListener
* @socket: a listening #GSocket, this function takes ownership * @socket: a listening #GSocket
* of the reference
* @source_object: Optional #GObject identifying this source * @source_object: Optional #GObject identifying this source
* @error: #GError for error reporting, or %NULL to ignore. * @error: #GError for error reporting, or %NULL to ignore.
* *