[libsoup] soup_uri_uses_default_port: correct documentation



commit bac2bd836978190f4eebf7d2f9b8bdc37d767a9d
Author: Simon McVittie <simon mcvittie collabora co uk>
Date:   Tue Jan 10 13:51:47 2012 +0000

    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 <simon mcvittie collabora co uk>
    Reviewed-by: Dan Winship <danw gnome org>

 libsoup/soup-uri.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]