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

View File

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