aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-utils.h
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2009-04-21 07:14:34 +0800
committerXavier Claessens <xclaesse@gmail.com>2009-04-22 18:21:15 +0800
commitaa098bf904f8e85fa6aa44ffea99e1e027775d26 (patch)
treed5e0beedba9bac8df9c142609c89f3abba7f67ec /libempathy/empathy-utils.h
parentf9911a59c6cb1609535e105b6b31913acf8f0e30 (diff)
downloadgsoc2013-empathy-aa098bf904f8e85fa6aa44ffea99e1e027775d26.tar
gsoc2013-empathy-aa098bf904f8e85fa6aa44ffea99e1e027775d26.tar.gz
gsoc2013-empathy-aa098bf904f8e85fa6aa44ffea99e1e027775d26.tar.bz2
gsoc2013-empathy-aa098bf904f8e85fa6aa44ffea99e1e027775d26.tar.lz
gsoc2013-empathy-aa098bf904f8e85fa6aa44ffea99e1e027775d26.tar.xz
gsoc2013-empathy-aa098bf904f8e85fa6aa44ffea99e1e027775d26.tar.zst
gsoc2013-empathy-aa098bf904f8e85fa6aa44ffea99e1e027775d26.zip
Replace empathy_connection_get_protocol by tp_connection_parse_object_path
Diffstat (limited to 'libempathy/empathy-utils.h')
-rw-r--r--libempathy/empathy-utils.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h
index 090de9dfd..e6bcfebfc 100644
--- a/libempathy/empathy-utils.h
+++ b/libempathy/empathy-utils.h
@@ -78,8 +78,7 @@ gboolean empathy_proxy_equal (gconstpointer a,
gconstpointer b);
guint empathy_proxy_hash (gconstpointer key);
gboolean empathy_check_available_state (void);
-gchar * empathy_connection_get_protocol (TpConnection *connection,
- gchar **cm_name);
+
G_END_DECLS
#endif /* __EMPATHY_UTILS_H__ */