diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-12-15 01:32:24 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-12-16 01:27:35 +0800 |
commit | 33999734f01e9f8d3a85532904bb04dcb3271f0b (patch) | |
tree | 5ccc9d5b7990bc974fdb1545c998654f8f16bba0 /libempathy/empathy-tp-call.h | |
parent | 594e7fee5d0fc22e385da905e1db93829553f0ed (diff) | |
download | gsoc2013-empathy-33999734f01e9f8d3a85532904bb04dcb3271f0b.tar gsoc2013-empathy-33999734f01e9f8d3a85532904bb04dcb3271f0b.tar.gz gsoc2013-empathy-33999734f01e9f8d3a85532904bb04dcb3271f0b.tar.bz2 gsoc2013-empathy-33999734f01e9f8d3a85532904bb04dcb3271f0b.tar.lz gsoc2013-empathy-33999734f01e9f8d3a85532904bb04dcb3271f0b.tar.xz gsoc2013-empathy-33999734f01e9f8d3a85532904bb04dcb3271f0b.tar.zst gsoc2013-empathy-33999734f01e9f8d3a85532904bb04dcb3271f0b.zip |
add empathy_tp_call_has_initial_video
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 476b10a0d..c5607d8d7 100644 --- a/libempathy/empathy-tp-call.h +++ b/libempathy/empathy-tp-call.h @@ -90,6 +90,8 @@ gboolean empathy_tp_call_is_sending_video (EmpathyTpCall *call); const gchar * empathy_tp_call_get_connection_manager (EmpathyTpCall *self); +gboolean empathy_tp_call_has_initial_video (EmpathyTpCall *self); + G_END_DECLS #endif /* __EMPATHY_TP_CALL_H__ */ |