summaryrefslogtreecommitdiff
path: root/libsoup/soup-socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsoup/soup-socket.h')
-rw-r--r--libsoup/soup-socket.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libsoup/soup-socket.h b/libsoup/soup-socket.h
index ed405bdc..5c1264f9 100644
--- a/libsoup/soup-socket.h
+++ b/libsoup/soup-socket.h
@@ -26,11 +26,11 @@ typedef struct {
GObjectClass parent_class;
/* signals */
- void (*readable) (SoupSocket *);
- void (*writable) (SoupSocket *);
- void (*disconnected) (SoupSocket *);
+ void (*readable) (SoupSocket *sock);
+ void (*writable) (SoupSocket *sock);
+ void (*disconnected) (SoupSocket *sock);
- void (*new_connection) (SoupSocket *, SoupSocket *);
+ void (*new_connection) (SoupSocket *listener, SoupSocket *new_sock);
/* Padding for future expansion */
void (*_libsoup_reserved1) (void);