From 391bad3cd5545b504fd69563b3bb598320c4957d Mon Sep 17 00:00:00 2001 From: Emilio Pozuelo Monfort Date: Mon, 18 Jul 2011 16:28:36 +0100 Subject: CallFactory: make it a TpBaseClient subclass So that we can make it both a handler and an observer at the same time. https://bugzilla.gnome.org/show_bug.cgi?id=580794 --- src/empathy-call-factory.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/empathy-call-factory.h') diff --git a/src/empathy-call-factory.h b/src/empathy-call-factory.h index 0e5276278..174fbf4bd 100644 --- a/src/empathy-call-factory.h +++ b/src/empathy-call-factory.h @@ -29,12 +29,11 @@ typedef struct _EmpathyCallFactory EmpathyCallFactory; typedef struct _EmpathyCallFactoryClass EmpathyCallFactoryClass; struct _EmpathyCallFactoryClass { - GObjectClass parent_class; + TpBaseClientClass parent_class; }; struct _EmpathyCallFactory { - GObject parent; - gpointer priv; + TpBaseClient parent; }; GType empathy_call_factory_get_type (void); -- cgit v1.2.3