aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-call-window.h
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-02-03 21:45:45 +0800
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-02-10 17:46:26 +0800
commitcc91c3f32b15f6a8f1a0d38b8878f27fca412647 (patch)
treea30c9e119c90dfe588e52a37e42019bdcc3f8e12 /src/empathy-call-window.h
parent2766ed3e19cc8032eedef5cf5cb6ab302a57f63a (diff)
downloadgsoc2013-empathy-cc91c3f32b15f6a8f1a0d38b8878f27fca412647.tar
gsoc2013-empathy-cc91c3f32b15f6a8f1a0d38b8878f27fca412647.tar.gz
gsoc2013-empathy-cc91c3f32b15f6a8f1a0d38b8878f27fca412647.tar.bz2
gsoc2013-empathy-cc91c3f32b15f6a8f1a0d38b8878f27fca412647.tar.lz
gsoc2013-empathy-cc91c3f32b15f6a8f1a0d38b8878f27fca412647.tar.xz
gsoc2013-empathy-cc91c3f32b15f6a8f1a0d38b8878f27fca412647.tar.zst
gsoc2013-empathy-cc91c3f32b15f6a8f1a0d38b8878f27fca412647.zip
EmpathyCallHandler -> EmpathyStreamedMediaHandler
Diffstat (limited to 'src/empathy-call-window.h')
-rw-r--r--src/empathy-call-window.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/empathy-call-window.h b/src/empathy-call-window.h
index 01ea5def7..e6a59c24c 100644
--- a/src/empathy-call-window.h
+++ b/src/empathy-call-window.h
@@ -23,7 +23,7 @@
#include <glib-object.h>
#include <gtk/gtk.h>
-#include <libempathy/empathy-call-handler.h>
+#include <libempathy/empathy-streamed-media-handler.h>
G_BEGIN_DECLS
@@ -57,7 +57,7 @@ GType empathy_call_window_get_type (void);
(G_TYPE_INSTANCE_GET_CLASS ((obj), EMPATHY_TYPE_CALL_WINDOW, \
EmpathyCallWindowClass))
-EmpathyCallWindow *empathy_call_window_new (EmpathyCallHandler *handler);
+EmpathyCallWindow *empathy_call_window_new (EmpathyStreamedMediaHandler *handler);
G_END_DECLS