From d7293eb2b362224a70ad1c8402691c987b1caf1c Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Thu, 9 Dec 2010 11:14:16 +0000 Subject: auth-factory: become an Observer and claim auth channels where necessary Signed-off-by: Jonny Lamb --- libempathy/empathy-auth-factory.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'libempathy/empathy-auth-factory.h') diff --git a/libempathy/empathy-auth-factory.h b/libempathy/empathy-auth-factory.h index 507f69b95..6f62a7a86 100644 --- a/libempathy/empathy-auth-factory.h +++ b/libempathy/empathy-auth-factory.h @@ -23,17 +23,19 @@ #include +#include + G_BEGIN_DECLS typedef struct _EmpathyAuthFactory EmpathyAuthFactory; typedef struct _EmpathyAuthFactoryClass EmpathyAuthFactoryClass; struct _EmpathyAuthFactoryClass { - GObjectClass parent_class; + TpBaseClientClass parent_class; }; struct _EmpathyAuthFactory { - GObject parent; + TpBaseClient parent; gpointer priv; }; -- cgit v1.2.3