aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-contact-factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-contact-factory.h')
-rw-r--r--libempathy/empathy-contact-factory.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy/empathy-contact-factory.h b/libempathy/empathy-contact-factory.h
index 24aabc772..a34d1de20 100644
--- a/libempathy/empathy-contact-factory.h
+++ b/libempathy/empathy-contact-factory.h
@@ -27,6 +27,7 @@
#include <libmissioncontrol/mc-account.h>
#include "empathy-contact.h"
+#include "empathy-tp-contact-factory.h"
G_BEGIN_DECLS
@@ -51,6 +52,8 @@ struct _EmpathyContactFactoryClass {
GType empathy_contact_factory_get_type (void) G_GNUC_CONST;
EmpathyContactFactory *empathy_contact_factory_new (void);
+EmpathyTpContactFactory *empathy_contact_factory_get_tp_factory (EmpathyContactFactory *factory,
+ McAccount *account);
EmpathyContact * empathy_contact_factory_get_user (EmpathyContactFactory *factory,
McAccount *account);
EmpathyContact * empathy_contact_factory_get_from_id (EmpathyContactFactory *factory,