From fee082df8617a9e878750bcd964940130dc5ff2a Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Fri, 9 Jan 2009 16:14:14 +0000 Subject: Add a utility function to start a call to a contact Signed-off-by: Sjoerd Simons svn path=/trunk/; revision=2166 --- libempathy/empathy-utils.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libempathy/empathy-utils.h') 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__ */ -- cgit v1.2.3