diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-01-10 00:14:14 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-10 00:14:14 +0800 |
commit | fee082df8617a9e878750bcd964940130dc5ff2a (patch) | |
tree | 31110df279ce7e527806bb5815aa57d8f4aec72e /libempathy/empathy-utils.h | |
parent | a225d6d620e17306dbc5c1e7b7b886046e24c9db (diff) | |
download | gsoc2013-empathy-fee082df8617a9e878750bcd964940130dc5ff2a.tar gsoc2013-empathy-fee082df8617a9e878750bcd964940130dc5ff2a.tar.gz gsoc2013-empathy-fee082df8617a9e878750bcd964940130dc5ff2a.tar.bz2 gsoc2013-empathy-fee082df8617a9e878750bcd964940130dc5ff2a.tar.lz gsoc2013-empathy-fee082df8617a9e878750bcd964940130dc5ff2a.tar.xz gsoc2013-empathy-fee082df8617a9e878750bcd964940130dc5ff2a.tar.zst gsoc2013-empathy-fee082df8617a9e878750bcd964940130dc5ff2a.zip |
Add a utility function to start a call to a contact
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2166
Diffstat (limited to 'libempathy/empathy-utils.h')
-rw-r--r-- | libempathy/empathy-utils.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h index bfd8ce853..b51a19614 100644 --- a/libempathy/empathy-utils.h +++ b/libempathy/empathy-utils.h @@ -88,6 +88,10 @@ gboolean empathy_proxy_equal (gconstpointer a, gconstpointer b); guint empathy_proxy_hash (gconstpointer key); +/* Temporary utility function, should be replaces by better voip infrastructure + * soon */ +void empathy_start_call_with_contact (EmpathyContact *contact); + G_END_DECLS #endif /* __EMPATHY_UTILS_H__ */ |