diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-02-23 02:03:32 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-03-30 19:28:24 +0800 |
commit | c95542fa3be19a5350bec6b631d97a4734e9f27d (patch) | |
tree | 1b7a7929bd52ddf9053432957e49420736857bfb /libempathy/empathy-tp-call.h | |
parent | 09c8c6dee9aaf2ff5e19bc78c3c59d5013098990 (diff) | |
download | gsoc2013-empathy-c95542fa3be19a5350bec6b631d97a4734e9f27d.tar gsoc2013-empathy-c95542fa3be19a5350bec6b631d97a4734e9f27d.tar.gz gsoc2013-empathy-c95542fa3be19a5350bec6b631d97a4734e9f27d.tar.bz2 gsoc2013-empathy-c95542fa3be19a5350bec6b631d97a4734e9f27d.tar.lz gsoc2013-empathy-c95542fa3be19a5350bec6b631d97a4734e9f27d.tar.xz gsoc2013-empathy-c95542fa3be19a5350bec6b631d97a4734e9f27d.tar.zst gsoc2013-empathy-c95542fa3be19a5350bec6b631d97a4734e9f27d.zip |
add empathy_tp_call_leave
Diffstat (limited to 'libempathy/empathy-tp-call.h')
-rw-r--r-- | libempathy/empathy-tp-call.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/empathy-tp-call.h b/libempathy/empathy-tp-call.h index c5607d8d7..ed3ae0d9f 100644 --- a/libempathy/empathy-tp-call.h +++ b/libempathy/empathy-tp-call.h @@ -92,6 +92,8 @@ const gchar * empathy_tp_call_get_connection_manager (EmpathyTpCall *self); gboolean empathy_tp_call_has_initial_video (EmpathyTpCall *self); +void empathy_tp_call_leave (EmpathyTpCall *self); + G_END_DECLS #endif /* __EMPATHY_TP_CALL_H__ */ |