summaryrefslogtreecommitdiff
path: root/src/connection.h
diff options
context:
space:
mode:
authorWill Thompson <resiak@soc.pidgin.im>2007-08-17 15:13:59 +0000
committerWill Thompson <resiak@soc.pidgin.im>2007-08-17 15:13:59 +0000
commitcda62279399bb13ff20958677a273b79f8127155 (patch)
tree8b1ae6611e21d0ba9b3230b066c13e995ae8b15e /src/connection.h
parent41b659ca6304ad213b25b9fb442d4ead49b50143 (diff)
downloadtelepathy-haze-cda62279399bb13ff20958677a273b79f8127155.tar.gz
Create a haze_connection_handle_inspect helper
20070817151359-984d1-b0bca810d919a3172060700349ff0f019c777b6d.gz
Diffstat (limited to 'src/connection.h')
-rw-r--r--src/connection.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/connection.h b/src/connection.h
index 8ec8baa..f01f1b9 100644
--- a/src/connection.h
+++ b/src/connection.h
@@ -75,6 +75,11 @@ struct _HazeConnection {
PurpleAccountUiOps *haze_get_account_ui_ops ();
PurpleConnectionUiOps *haze_get_connection_ui_ops ();
+const gchar *
+haze_connection_handle_inspect (HazeConnection *conn,
+ TpHandleType handle_type,
+ TpHandle handle);
+
GType haze_connection_get_type (void);
/* TYPE MACROS */