clarify documentation

This commit is contained in:
Benjamin Otte 2009-06-12 17:45:27 +02:00
parent f4a64cb068
commit d218cf0f67

View File

@ -199,7 +199,8 @@ check_listener (GSocketListener *listener,
/** /**
* g_socket_listener_add_socket: * g_socket_listener_add_socket:
* @listener: a #GSocketListener * @listener: a #GSocketListener
* @socket: a listening #GSocket * @socket: a listening #GSocket, this function takes ownership
* 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.
* *