]> git.0d.be Git - empathy.git/blobdiff - src/empathy-call-handler.h
EmpathySmileyManager: use the proper Unicode characters
[empathy.git] / src / empathy-call-handler.h
index 330d368a5b2da0c19a798131d0dac250b36067a8..5050d801e4c04df5c5bef8a58d784d6cc57fcca4 100644 (file)
 #ifndef __EMPATHY_CALL_HANDLER_H__
 #define __EMPATHY_CALL_HANDLER_H__
 
-#include <glib-object.h>
+#include <farstream/fs-conference.h>
+#include <telepathy-glib/telepathy-glib.h>
 
-#include <gst/gst.h>
-#include <gst/farsight/fs-conference-iface.h>
-
-#include <telepathy-yell/telepathy-yell.h>
-
-#include <libempathy/empathy-contact.h>
+#include "empathy-contact.h"
 
 G_BEGIN_DECLS
 
@@ -68,7 +64,7 @@ EmpathyCallHandler * empathy_call_handler_new_for_contact (
   EmpathyContact *contact);
 
 EmpathyCallHandler * empathy_call_handler_new_for_channel (
-  TpyCallChannel *call,
+  TpCallChannel *call,
   EmpathyContact *contact);
 
 void empathy_call_handler_start_call (EmpathyCallHandler *handler,
@@ -104,6 +100,8 @@ FsCandidate * empathy_call_handler_get_video_remote_candidate (
 FsCandidate * empathy_call_handler_get_video_local_candidate (
     EmpathyCallHandler *self);
 
+EmpathyContact * empathy_call_handler_get_contact (EmpathyCallHandler *self);
+
 G_END_DECLS
 
 #endif /* #ifndef __EMPATHY_CALL_HANDLER_H__*/