]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-filter.c
Use generated API in EmpathyChandler
[empathy.git] / libempathy / empathy-filter.c
index 3c42fded3a9d8d31eedccd17cfeecf2f88e92b2b..4299073a4666a68bdbba761dad39a23958719d60 100644 (file)
@@ -41,7 +41,7 @@ struct _EmpathyFilterPriv {
 
 static void empathy_filter_class_init (EmpathyFilterClass *klass);
 static void empathy_filter_init       (EmpathyFilter      *filter);
-static void filter_iface_init         (EmpSvcFilterClass  *iface);
+static void filter_iface_init         (EmpSvcFilterClass  *klass);
 
 enum {
        PROCESS,
@@ -56,14 +56,14 @@ G_DEFINE_TYPE_WITH_CODE (EmpathyFilter, empathy_filter, G_TYPE_OBJECT,
                                                filter_iface_init));
 
 static void
-my_filter_channel (EmpSvcFilter *self,
-                  const gchar *bus_name,
-                  const gchar *connection,
-                  const gchar *channel_type,
-                  const gchar *channel,
-                  guint handle_type,
-                  guint handle,
-                  guint id,
+my_filter_channel (EmpSvcFilter          *self,
+                  const gchar           *bus_name,
+                  const gchar           *connection,
+                  const gchar           *channel_type,
+                  const gchar           *channel,
+                  guint                  handle_type,
+                  guint                  handle,
+                  guint                  id,
                   DBusGMethodInvocation *context)
 {
        EmpathyFilter       *filter = EMPATHY_FILTER (self);