diff options
author | Jonathan Tellier <jonathan.tellier@gmail.com> | 2009-05-21 01:49:02 +0800 |
---|---|---|
committer | jtellier <jonathan.tellier@collabora.co.uk> | 2009-06-12 20:59:10 +0800 |
commit | 62ed123c83ff2de84622abe1e2cb972a409c43ae (patch) | |
tree | 5b98ebb58a945c9b16539942cb225bf047f74b70 /libempathy/empathy-tp-call.h | |
parent | efd01a1ef0a6be5552cc370e0870c9106fdc2908 (diff) | |
download | gsoc2013-empathy-62ed123c83ff2de84622abe1e2cb972a409c43ae.tar gsoc2013-empathy-62ed123c83ff2de84622abe1e2cb972a409c43ae.tar.gz gsoc2013-empathy-62ed123c83ff2de84622abe1e2cb972a409c43ae.tar.bz2 gsoc2013-empathy-62ed123c83ff2de84622abe1e2cb972a409c43ae.tar.lz gsoc2013-empathy-62ed123c83ff2de84622abe1e2cb972a409c43ae.tar.xz gsoc2013-empathy-62ed123c83ff2de84622abe1e2cb972a409c43ae.tar.zst gsoc2013-empathy-62ed123c83ff2de84622abe1e2cb972a409c43ae.zip |
When no video is received or sent we show contacts' avatars instead of showing
black widgets.
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 406ed1c3f..a00fe3e40 100644 --- a/libempathy/empathy-tp-call.h +++ b/libempathy/empathy-tp-call.h @@ -85,6 +85,8 @@ void empathy_tp_call_request_video_stream_direction (EmpathyTpCall *call, void empathy_tp_call_start_tone (EmpathyTpCall *call, TpDTMFEvent event); void empathy_tp_call_stop_tone (EmpathyTpCall *call); gboolean empathy_tp_call_has_dtmf (EmpathyTpCall *call); +gboolean empathy_tp_call_is_receiving_video (EmpathyTpCall *call); +gboolean empathy_tp_call_is_sending_video (EmpathyTpCall *call); G_END_DECLS |