summaryrefslogtreecommitdiff
path: root/libsoup/soup-connection.h
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2004-08-26 15:33:33 +0000
committerDan Winship <danw@src.gnome.org>2004-08-26 15:33:33 +0000
commitafd1b9daee050c8f127b0a747c336327d1f46e6c (patch)
tree24ee20598b421951f31a4c629395098de6d2669e /libsoup/soup-connection.h
parent8cbb9e013acfcacb00c2caffaad339bf65502e6c (diff)
downloadlibsoup-afd1b9daee050c8f127b0a747c336327d1f46e6c.tar.gz
add/fix lots of gtk-doc comments
* libsoup/*: add/fix lots of gtk-doc comments * libsoup/soup-misc.c (soup_str_case_hash, soup_str_case_equal): Fix bug noticed while documenting. (We were using the locale-case-insensitive functions rather than the g_ascii_ ones.) * libsoup/soup-message.h (SoupMessageFlags): remove the (never implemented) NO_PIPELINE and NO_COOKIE flags. * docs/reference/tmpl/*.sgml: Regenerate, fill in some stuff. There are still problems here with gtk-doc not recognizing many of the objects in libsoup...
Diffstat (limited to 'libsoup/soup-connection.h')
-rw-r--r--libsoup/soup-connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsoup/soup-connection.h b/libsoup/soup-connection.h
index 92583b4a..959bceb9 100644
--- a/libsoup/soup-connection.h
+++ b/libsoup/soup-connection.h
@@ -54,7 +54,7 @@ GType soup_connection_get_type (void);
SoupConnection *soup_connection_new (const char *propname1,
...);
-typedef void (*SoupConnectionCallback) (SoupConnection *sock,
+typedef void (*SoupConnectionCallback) (SoupConnection *conn,
guint status,
gpointer data);