From: Benjamin Otte Date: Fri, 12 Jun 2009 15:45:27 +0000 (+0200) Subject: clarify documentation X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=d218cf0f670e4c40acb47ab5b5761ea0c68e0594;p=dana%2Fcg-glib.git clarify documentation --- diff --git a/gio/gsocketlistener.c b/gio/gsocketlistener.c index fd9f98c8..903e5653 100644 --- a/gio/gsocketlistener.c +++ b/gio/gsocketlistener.c @@ -199,7 +199,8 @@ check_listener (GSocketListener *listener, /** * g_socket_listener_add_socket: * @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 * @error: #GError for error reporting, or %NULL to ignore. *