]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-filter.h
Chandler and Filter only dispatch ready TpChannel
[empathy.git] / libempathy / empathy-filter.h
index 4156c640fcded4e7ed73ee5cd3b646068870ea10..bfd031e7e56b451f810ab2befb8c4391de43065f 100644 (file)
@@ -24,7 +24,7 @@
 
 #include <glib.h>
 
-#include <libtelepathy/tp-chan.h>
+#include <telepathy-glib/channel.h>
 
 G_BEGIN_DECLS
 
@@ -54,7 +54,7 @@ EmpathyFilter *empathy_filter_new      (const gchar   *bus_name,
                                        guint          priority,
                                        guint          flags);
 void           empathy_filter_process  (EmpathyFilter *filter,
-                                       TpChan        *tp_chan,
+                                       TpChannel     *channel,
                                        gboolean       process);
 
 G_END_DECLS