~bcurtiswx/ubuntu/precise/empathy/3.4.2.1-0ubuntu1

« back to all changes in this revision

Viewing changes to libempathy/empathy-call-handler.h

Tags: upstream-2.31.4
ImportĀ upstreamĀ versionĀ 2.31.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
EmpathyCallHandler * empathy_call_handler_new_for_contact (
65
65
  EmpathyContact *contact);
66
66
 
67
 
EmpathyCallHandler * empathy_call_handler_new_for_contact_with_streams (
68
 
  EmpathyContact *contact, gboolean audio, gboolean video);
69
 
 
70
67
EmpathyCallHandler * empathy_call_handler_new_for_channel (
71
68
  EmpathyTpCall *call);
72
69