summaryrefslogtreecommitdiff
path: root/libsoup/soup-socket.c
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2011-09-22 14:17:47 -0400
committerDan Winship <danw@gnome.org>2011-09-22 14:17:47 -0400
commit8bc27529eb2c87a5c27e1ffd388a274d4c1ae44e (patch)
tree7bf1f5010f886b5e85e1f5c3258b09b331ded881 /libsoup/soup-socket.c
parent27b306cb9e8cc0b91e2188cc820c7c511f64b69c (diff)
downloadlibsoup-8bc27529eb2c87a5c27e1ffd388a274d4c1ae44e.tar.gz
Lots of gtk-doc fixes (no code changes)
Diffstat (limited to 'libsoup/soup-socket.c')
-rw-r--r--libsoup/soup-socket.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libsoup/soup-socket.c b/libsoup/soup-socket.c
index 86388d91..8821caeb 100644
--- a/libsoup/soup-socket.c
+++ b/libsoup/soup-socket.c
@@ -343,7 +343,7 @@ soup_socket_class_init (SoupSocketClass *socket_class)
/**
* SOUP_SOCKET_SSL_CREDENTIALS:
*
- * Alias for the #SoupSocket:ssl-credentials property.
+ * Alias for the #SoupSocket:ssl-creds property.
* (SSL credential information.)
**/
g_object_class_install_property (
@@ -815,7 +815,7 @@ listen_watch (GObject *pollable, gpointer data)
* listening)
*
* Makes @sock start listening on its local address. When connections
- * come in, @sock will emit %new_connection.
+ * come in, @sock will emit #SoupSocket::new_connection.
*
* Return value: whether or not @sock is now listening.
**/