From bac2bd836978190f4eebf7d2f9b8bdc37d767a9d Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 10 Jan 2012 13:51:47 +0000 Subject: [PATCH] soup_uri_uses_default_port: correct documentation We now know the default for ftp, too. Bug: https://bugzilla.gnome.org/show_bug.cgi?id=667637 Signed-off-by: Simon McVittie Reviewed-by: Dan Winship --- libsoup/soup-uri.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsoup/soup-uri.c b/libsoup/soup-uri.c index 1ece165..313653e 100644 --- a/libsoup/soup-uri.c +++ b/libsoup/soup-uri.c @@ -736,7 +736,7 @@ soup_uri_normalize (const char *part, const char *unescape_extra) * @uri: a #SoupURI * * Tests if @uri uses the default port for its scheme. (Eg, 80 for - * http.) (This only works for http and https; libsoup does not know + * http.) (This only works for http, https and ftp; libsoup does not know * the default ports of other protocols.) * * Return value: %TRUE or %FALSE -- 2.7.4