diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2009-04-21 07:14:34 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2009-04-22 18:21:15 +0800 |
commit | aa098bf904f8e85fa6aa44ffea99e1e027775d26 (patch) | |
tree | d5e0beedba9bac8df9c142609c89f3abba7f67ec /libempathy/empathy-utils.h | |
parent | f9911a59c6cb1609535e105b6b31913acf8f0e30 (diff) | |
download | gsoc2013-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.h | 3 |
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__ */ |