diff options
Diffstat (limited to 'libempathy/empathy-call-handler.h')
-rw-r--r-- | libempathy/empathy-call-handler.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy/empathy-call-handler.h b/libempathy/empathy-call-handler.h index 5edf29719..9a039f06a 100644 --- a/libempathy/empathy-call-handler.h +++ b/libempathy/empathy-call-handler.h @@ -64,6 +64,9 @@ GType empathy_call_handler_get_type (void); EmpathyCallHandler * empathy_call_handler_new_for_contact ( EmpathyContact *contact); +EmpathyCallHandler * empathy_call_handler_new_for_contact_with_streams ( + EmpathyContact *contact, gboolean audio, gboolean video); + EmpathyCallHandler * empathy_call_handler_new_for_channel ( EmpathyTpCall *call); |