aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-utils.h
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-04-11 21:11:03 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-04-11 21:11:03 +0800
commit8099574fb1fd23c010bf4e36f0d56d480f256284 (patch)
tree261e256fb2b40e976c31c16df233a69b8ef5052f /libempathy/empathy-utils.h
parent0ac4afe4ffd170309101271d4b0b5fde734b07e4 (diff)
downloadgsoc2013-empathy-8099574fb1fd23c010bf4e36f0d56d480f256284.tar
gsoc2013-empathy-8099574fb1fd23c010bf4e36f0d56d480f256284.tar.gz
gsoc2013-empathy-8099574fb1fd23c010bf4e36f0d56d480f256284.tar.bz2
gsoc2013-empathy-8099574fb1fd23c010bf4e36f0d56d480f256284.tar.lz
gsoc2013-empathy-8099574fb1fd23c010bf4e36f0d56d480f256284.tar.xz
gsoc2013-empathy-8099574fb1fd23c010bf4e36f0d56d480f256284.tar.zst
gsoc2013-empathy-8099574fb1fd23c010bf4e36f0d56d480f256284.zip
Remove empathy_inspect_* and add empathy_channel_get_account
svn path=/trunk/; revision=906
Diffstat (limited to 'libempathy/empathy-utils.h')
-rw-r--r--libempathy/empathy-utils.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h
index b8da4a063..aed69cd5a 100644
--- a/libempathy/empathy-utils.h
+++ b/libempathy/empathy-utils.h
@@ -83,11 +83,6 @@ guint empathy_account_hash (gconstpointer key);
gboolean empathy_account_equal (gconstpointer a,
gconstpointer b);
MissionControl *empathy_mission_control_new (void);
-gchar * empathy_inspect_handle (McAccount *account,
- guint handle,
- guint handle_type);
-gchar * empathy_inspect_channel (McAccount *account,
- TpChan *tp_chan);
void empathy_call_with_contact (EmpathyContact *contact);
void empathy_call_with_contact_id (McAccount *account,
const gchar *contact_id);
@@ -108,6 +103,7 @@ void empathy_run_until_ready_full (gpointer object,
EmpathyRunUntilReadyFunc func,
gpointer user_data,
GMainLoop **loop);
+McAccount * empathy_channel_get_account (TpChannel *channel);
G_END_DECLS