]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-call-handler.h
add myself to AUTHORS
[empathy.git] / libempathy / empathy-call-handler.h
index 9a039f06abfc927016cf01c05504006d28101b03..1f67fe56bfc6bfec67b1264d1575b21d8e13b3b5 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * empathy-call-handler.h - Header for EmpathyCallHandler
- * Copyright (C) 2008 Collabora Ltd.
+ * Copyright (C) 2008-2009 Collabora Ltd.
  * @author Sjoerd Simons <sjoerd.simons@collabora.co.uk>
  *
  * This library is free software; you can redistribute it and/or
@@ -71,6 +71,9 @@ EmpathyCallHandler * empathy_call_handler_new_for_channel (
   EmpathyTpCall *call);
 
 void empathy_call_handler_start_call (EmpathyCallHandler *handler);
+void empathy_call_handler_stop_call (EmpathyCallHandler *handler);
+
+gboolean empathy_call_handler_has_initial_video (EmpathyCallHandler *handler);
 
 void empathy_call_handler_bus_message (EmpathyCallHandler *handler,
   GstBus *bus, GstMessage *message);