From: Benjamin Otte Date: Thu, 18 Jun 2009 13:28:41 +0000 (+0200) Subject: Revert "clarify documentation" X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=9fba81288424cd7ef45e28565fa878c93a962c17;p=dana%2Fcg-glib.git Revert "clarify documentation" This reverts commit d218cf0f670e4c40acb47ab5b5761ea0c68e0594. This has been fixed in the code, so no need to keep the updated docs. --- diff --git a/gio/gsocketlistener.c b/gio/gsocketlistener.c index 903e5653..fd9f98c8 100644 --- a/gio/gsocketlistener.c +++ b/gio/gsocketlistener.c @@ -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. *