From: Matthias Clasen Date: Mon, 21 Nov 2011 16:03:31 +0000 (-0500) Subject: GSocketClient: Drop @returns syntax from doc comments X-Git-Tag: 2.31.2~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f62ee0a0ca29c263083f15d3dd144dc1fb01be22;p=platform%2Fupstream%2Fglib.git GSocketClient: Drop @returns syntax from doc comments --- diff --git a/gio/gsocketclient.c b/gio/gsocketclient.c index d14234d..da534e7 100644 --- a/gio/gsocketclient.c +++ b/gio/gsocketclient.c @@ -1013,7 +1013,6 @@ g_socket_client_connect_to_host (GSocketClient *client, * @service: the name of the service to connect to * @cancellable: (allow-none): a #GCancellable, or %NULL * @error: a pointer to a #GError, or %NULL - * @returns: (transfer full): a #GSocketConnection if successful, or %NULL on error * * Attempts to create a TCP connection to a service. * @@ -1029,6 +1028,8 @@ g_socket_client_connect_to_host (GSocketClient *client, * In the event of any failure (DNS error, service not found, no hosts * connectable) %NULL is returned and @error (if non-%NULL) is set * accordingly. + * + * Returns: (transfer full): a #GSocketConnection if successful, or %NULL on error */ GSocketConnection * g_socket_client_connect_to_service (GSocketClient *client,