diff options
Diffstat (limited to 'libempathy/empathy-utils.h')
-rw-r--r-- | libempathy/empathy-utils.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h index 17be9ed3c..da56174bd 100644 --- a/libempathy/empathy-utils.h +++ b/libempathy/empathy-utils.h @@ -92,8 +92,11 @@ guint empathy_account_hash (gconstpointer key); gboolean empathy_account_equal (gconstpointer a, gconstpointer b); MissionControl *empathy_mission_control_new (void); -gchar * empathy_get_channel_id (McAccount *account, - TpChan *tp_chan); +gchar * empathy_inspect_handle (McAccount *account, + guint handle, + guint handle_type); +gchar * empathy_inspect_channel (McAccount *account, + TpChan *tp_chan); G_END_DECLS |