summaryrefslogtreecommitdiff
path: root/src/connection.h
diff options
context:
space:
mode:
authorWill Thompson <resiak@soc.pidgin.im>2007-06-28 00:19:08 +0000
committerWill Thompson <resiak@soc.pidgin.im>2007-06-28 00:19:08 +0000
commit0516855690794d8060d4c29cf37b8ee2cd9abd7e (patch)
tree6aa9e03d4c89bb914b00486d72a37c7f77a8f350 /src/connection.h
parentffa37231049fda01d44d5565548794bf69155dd3 (diff)
downloadtelepathy-haze-0516855690794d8060d4c29cf37b8ee2cd9abd7e.tar.gz
Move connection signal handlers from ConnectionManager to Connection.
This way around, we have to check at the start of each handler whether the PurpleConnection in question matches the HazeConnection, but it means that the handlers aren't randomly called from the ConnectionManager. 20070628001908-984d1-5edf077bd39d283623001e431f6f407586bab29d.gz
Diffstat (limited to 'src/connection.h')
-rw-r--r--src/connection.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/connection.h b/src/connection.h
index 206cecd..0172e10 100644
--- a/src/connection.h
+++ b/src/connection.h
@@ -40,10 +40,6 @@ GType haze_connection_get_type (void);
(G_TYPE_INSTANCE_GET_CLASS ((obj), HAZE_TYPE_CONNECTION, \
HazeConnectionClass))
-void haze_connection_signed_on_cb(HazeConnection *conn);
-void haze_connection_signing_off_cb (HazeConnection *conn);
-void haze_connection_signed_off_cb (HazeConnection *conn);
-
G_END_DECLS
#endif /* #ifndef __HAZE_CONNECTION_H__*/