aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-filter.h
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-04-11 21:10:54 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-04-11 21:10:54 +0800
commit419d09c664b17192447a027c5f5da66a8853120f (patch)
tree12fca77fe1e1273c78ffd5fc30e4711bbd5925ea /libempathy/empathy-filter.h
parenteb5dd07b401c157588592445c641f94403cdd601 (diff)
downloadgsoc2013-empathy-419d09c664b17192447a027c5f5da66a8853120f.tar
gsoc2013-empathy-419d09c664b17192447a027c5f5da66a8853120f.tar.gz
gsoc2013-empathy-419d09c664b17192447a027c5f5da66a8853120f.tar.bz2
gsoc2013-empathy-419d09c664b17192447a027c5f5da66a8853120f.tar.lz
gsoc2013-empathy-419d09c664b17192447a027c5f5da66a8853120f.tar.xz
gsoc2013-empathy-419d09c664b17192447a027c5f5da66a8853120f.tar.zst
gsoc2013-empathy-419d09c664b17192447a027c5f5da66a8853120f.zip
Chandler and Filter only dispatch ready TpChannel
svn path=/trunk/; revision=902
Diffstat (limited to 'libempathy/empathy-filter.h')
-rw-r--r--libempathy/empathy-filter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy/empathy-filter.h b/libempathy/empathy-filter.h
index 4156c640f..bfd031e7e 100644
--- a/libempathy/empathy-filter.h
+++ b/libempathy/empathy-filter.h
@@ -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