aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-utils.h
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-02-09 05:09:59 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-02-09 05:09:59 +0800
commit675deab25d7076195e356c84e55de5207b8c3c6f (patch)
tree896c57db3e3277c69c687fdef823e82fefd55ab9 /libempathy/empathy-utils.h
parentc8e6bc3f8314a881264fa9f2b160eee39cf4d8fe (diff)
downloadgsoc2013-empathy-675deab25d7076195e356c84e55de5207b8c3c6f.tar
gsoc2013-empathy-675deab25d7076195e356c84e55de5207b8c3c6f.tar.gz
gsoc2013-empathy-675deab25d7076195e356c84e55de5207b8c3c6f.tar.bz2
gsoc2013-empathy-675deab25d7076195e356c84e55de5207b8c3c6f.tar.lz
gsoc2013-empathy-675deab25d7076195e356c84e55de5207b8c3c6f.tar.xz
gsoc2013-empathy-675deab25d7076195e356c84e55de5207b8c3c6f.tar.zst
gsoc2013-empathy-675deab25d7076195e356c84e55de5207b8c3c6f.zip
Change new message dialog to new conversation and make possible to do voip call.
svn path=/trunk/; revision=608
Diffstat (limited to 'libempathy/empathy-utils.h')
-rw-r--r--libempathy/empathy-utils.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h
index 875128c1e..cafc3db10 100644
--- a/libempathy/empathy-utils.h
+++ b/libempathy/empathy-utils.h
@@ -88,7 +88,9 @@ gchar * empathy_inspect_handle (McAccount *account,
guint handle_type);
gchar * empathy_inspect_channel (McAccount *account,
TpChan *tp_chan);
-void empathy_call_contact (EmpathyContact *contact);
+void empathy_call_with_contact (EmpathyContact *contact);
+void empathy_call_with_contact_id (McAccount *account,
+ const gchar *contact_id);
void empathy_chat_with_contact (EmpathyContact *contact);
void empathy_chat_with_contact_id (McAccount *account,
const gchar *contact_id);