summaryrefslogtreecommitdiff
path: root/libsoup/soup-uri.c
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2013-06-29 13:10:23 -0400
committerDan Winship <danw@gnome.org>2013-06-29 13:10:23 -0400
commite06d243fadb351b63ba6e7734fd1a9b9fccf4d50 (patch)
tree3f0ea61c297dd8d08ed9193a106d9d4fc86ea027 /libsoup/soup-uri.c
parentadcf9a68f56030dcbf3eab5b0717209392f45240 (diff)
downloadlibsoup-e06d243fadb351b63ba6e7734fd1a9b9fccf4d50.tar.gz
Add/fix some annotations
Diffstat (limited to 'libsoup/soup-uri.c')
-rw-r--r--libsoup/soup-uri.c23
1 files changed, 0 insertions, 23 deletions
diff --git a/libsoup/soup-uri.c b/libsoup/soup-uri.c
index 26ec24a0..b9ff93fe 100644
--- a/libsoup/soup-uri.c
+++ b/libsoup/soup-uri.c
@@ -864,29 +864,6 @@ soup_uri_uses_default_port (SoupURI *uri)
}
/**
- * SOUP_URI_SCHEME_HTTP:
- *
- * "http" as an interned string. This can be compared directly against
- * the value of a #SoupURI's <structfield>scheme</structfield>
- **/
-
-/**
- * SOUP_URI_SCHEME_HTTPS:
- *
- * "https" as an interned string. This can be compared directly
- * against the value of a #SoupURI's <structfield>scheme</structfield>
- **/
-
-/**
- * SOUP_URI_SCHEME_RESOURCE:
- *
- * "resource" as an interned string. This can be compared directly
- * against the value of a #SoupURI's <structfield>scheme</structfield>
- *
- * Since: 2.42
- **/
-
-/**
* soup_uri_get_scheme:
* @uri: a #SoupURI
*