summaryrefslogtreecommitdiff
path: root/src/connection.h
diff options
context:
space:
mode:
authorWill Thompson <resiak@soc.pidgin.im>2007-08-08 17:22:10 +0000
committerWill Thompson <resiak@soc.pidgin.im>2007-08-08 17:22:10 +0000
commit150eee832e56f1e30a7732ac04d8d9d95d07616c (patch)
tree0f3a4d492228f762ef89c3378d39b6d394032e38 /src/connection.h
parent8e56ccfd9926e572a56ef381001bd4c870d3c3d8 (diff)
downloadtelepathy-haze-150eee832e56f1e30a7732ac04d8d9d95d07616c.tar.gz
Use ConnectionUiOps rather than signals to report [dis]connection.
20070808172210-984d1-0b27f7a1897fc1f5dbad571a80b4dc142fae3c3b.gz
Diffstat (limited to 'src/connection.h')
-rw-r--r--src/connection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/connection.h b/src/connection.h
index f2c380d..977bf7e 100644
--- a/src/connection.h
+++ b/src/connection.h
@@ -72,6 +72,7 @@ struct _HazeConnection {
(PURPLE_PLUGIN_PROTOCOL_INFO (conn->account->gc->prpl))
PurpleAccountUiOps *haze_get_account_ui_ops ();
+PurpleConnectionUiOps *haze_get_connection_ui_ops ();
GType haze_connection_get_type (void);