X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgproxy.c;h=bf5b1e28d247ea85888d0c2e1da50fab2830e476;hb=9da85c7262325478e8730ae9f3e76bd0528a9a8c;hp=e1fadf7bcca253248780d043ea859b2f766dc41f;hpb=38720494452aa336eb2f168ac4bd2add138c400e;p=platform%2Fupstream%2Fglib.git diff --git a/gio/gproxy.c b/gio/gproxy.c index e1fadf7..bf5b1e2 100644 --- a/gio/gproxy.c +++ b/gio/gproxy.c @@ -13,9 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General - * Public License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Public License along with this library; if not, see . * * Author: Nicolas Dufresne */ @@ -57,7 +55,7 @@ g_proxy_default_init (GProxyInterface *iface) * Lookup "gio-proxy" extension point for a proxy implementation that supports * specified protocol. * - * Return value: (transfer full): return a #GProxy or NULL if protocol + * Returns: (transfer full): return a #GProxy or NULL if protocol * is not supported. * * Since: 2.26 @@ -94,7 +92,7 @@ g_proxy_get_default_for_protocol (const gchar *protocol) * does the necessary handshake to connect to @proxy_address, and if * required, wraps the #GIOStream to handle proxy payload. * - * Return value: (transfer full): a #GIOStream that will replace @connection. This might + * Returns: (transfer full): a #GIOStream that will replace @connection. This might * be the same as @connection, in which case a reference * will be added. * @@ -163,7 +161,7 @@ g_proxy_connect_async (GProxy *proxy, * * See g_proxy_connect(). * - * Return value: (transfer full): a #GIOStream. + * Returns: (transfer full): a #GIOStream. * * Since: 2.26 */ @@ -193,7 +191,7 @@ g_proxy_connect_finish (GProxy *proxy, * #GProxyAddress containing the stringified IP address to * g_proxy_connect() or g_proxy_connect_async(). * - * Return value: %TRUE if hostname resolution is supported. + * Returns: %TRUE if hostname resolution is supported. * * Since: 2.26 */