X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgproxyresolver.c;h=d51dcc523380cb5e54ad53f08e4ebb27f85ad16c;hb=33b9935efc82f8cc4747dfea2743129dfc418d19;hp=a15cbb493ff9138b98f577d9af7c07fc9d4b7dc8;hpb=323242578524a1b6355d8451015b14ca75aa0afa;p=platform%2Fupstream%2Fglib.git diff --git a/gio/gproxyresolver.c b/gio/gproxyresolver.c index a15cbb4..d51dcc5 100644 --- a/gio/gproxyresolver.c +++ b/gio/gproxyresolver.c @@ -53,7 +53,7 @@ g_proxy_resolver_default_init (GProxyResolverInterface *iface) * * Gets the default #GProxyResolver for the system. * - * Return value: (transfer none): the default #GProxyResolver. + * Returns: (transfer none): the default #GProxyResolver. * * Since: 2.26 */ @@ -73,7 +73,7 @@ g_proxy_resolver_get_default (void) * internally; g_proxy_resolver_get_default() will only return a proxy * resolver that returns %TRUE for this method.) * - * Return value: %TRUE if @resolver is supported. + * Returns: %TRUE if @resolver is supported. * * Since: 2.26 */ @@ -98,8 +98,8 @@ g_proxy_resolver_is_supported (GProxyResolver *resolver) * * Looks into the system proxy configuration to determine what proxy, * if any, to use to connect to @uri. The returned proxy URIs are of - * the form `<protocol>://[user[:password]@]host:port` or - * `direct://`, where <protocol> could be http, rtsp, socks + * the form `://[user[:password]@]host:port` or + * `direct://`, where could be http, rtsp, socks * or other proxying protocol. * * If you don't know what network protocol is being used on the @@ -112,7 +112,7 @@ g_proxy_resolver_is_supported (GProxyResolver *resolver) * Direct connection should not be attempted unless it is part of the * returned array of proxies. * - * Return value: (transfer full) (array zero-terminated=1): A + * Returns: (transfer full) (array zero-terminated=1): A * NULL-terminated array of proxy URIs. Must be freed * with g_strfreev(). * @@ -174,7 +174,7 @@ g_proxy_resolver_lookup_async (GProxyResolver *resolver, * g_proxy_resolver_lookup_async() is complete. See * g_proxy_resolver_lookup() for more details. * - * Return value: (transfer full) (array zero-terminated=1): A + * Returns: (transfer full) (array zero-terminated=1): A * NULL-terminated array of proxy URIs. Must be freed * with g_strfreev(). *