aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-call.h
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-01-10 00:13:55 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-01-10 00:13:55 +0800
commit93414bb13bef315e41de4a059c5463e0b0cd6c23 (patch)
tree8a0c1bddaa2d9fcc0d76986ae30c1efd76a19ca4 /libempathy/empathy-tp-call.h
parentbcf8e152ef78985c91c67a9c5f3381d7d0d52be5 (diff)
downloadgsoc2013-empathy-93414bb13bef315e41de4a059c5463e0b0cd6c23.tar
gsoc2013-empathy-93414bb13bef315e41de4a059c5463e0b0cd6c23.tar.gz
gsoc2013-empathy-93414bb13bef315e41de4a059c5463e0b0cd6c23.tar.bz2
gsoc2013-empathy-93414bb13bef315e41de4a059c5463e0b0cd6c23.tar.lz
gsoc2013-empathy-93414bb13bef315e41de4a059c5463e0b0cd6c23.tar.xz
gsoc2013-empathy-93414bb13bef315e41de4a059c5463e0b0cd6c23.tar.zst
gsoc2013-empathy-93414bb13bef315e41de4a059c5463e0b0cd6c23.zip
Add a function to explicitly close EmpathyTpCall
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2160
Diffstat (limited to 'libempathy/empathy-tp-call.h')
-rw-r--r--libempathy/empathy-tp-call.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-tp-call.h b/libempathy/empathy-tp-call.h
index 5da79fa13..29a79c64e 100644
--- a/libempathy/empathy-tp-call.h
+++ b/libempathy/empathy-tp-call.h
@@ -71,6 +71,7 @@ typedef struct
GType empathy_tp_call_get_type (void) G_GNUC_CONST;
EmpathyTpCall *empathy_tp_call_new (TpChannel *channel);
+void empathy_tp_call_close (EmpathyTpCall *call);
void empathy_tp_call_accept_incoming_call (EmpathyTpCall *call);
void empathy_tp_call_request_video_stream_direction (EmpathyTpCall *call,