aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-contact-manager.h
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2009-01-07 00:47:25 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-01-07 00:47:25 +0800
commit85f25a9f04bbda73923d80066f7a5cd0d09c482f (patch)
treed629fda3700a469c30a089c93559358c53c0432d /libempathy/empathy-contact-manager.h
parent78d63cbc4b87ec4bad3a844a9bd4400e1e71c613 (diff)
downloadgsoc2013-empathy-85f25a9f04bbda73923d80066f7a5cd0d09c482f.tar
gsoc2013-empathy-85f25a9f04bbda73923d80066f7a5cd0d09c482f.tar.gz
gsoc2013-empathy-85f25a9f04bbda73923d80066f7a5cd0d09c482f.tar.bz2
gsoc2013-empathy-85f25a9f04bbda73923d80066f7a5cd0d09c482f.tar.lz
gsoc2013-empathy-85f25a9f04bbda73923d80066f7a5cd0d09c482f.tar.xz
gsoc2013-empathy-85f25a9f04bbda73923d80066f7a5cd0d09c482f.tar.zst
gsoc2013-empathy-85f25a9f04bbda73923d80066f7a5cd0d09c482f.zip
Implement _get_monitor () in EmpathyContactManager.
svn path=/trunk/; revision=2052
Diffstat (limited to 'libempathy/empathy-contact-manager.h')
-rw-r--r--libempathy/empathy-contact-manager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/empathy-contact-manager.h b/libempathy/empathy-contact-manager.h
index c2e0b67a2..9ba77966c 100644
--- a/libempathy/empathy-contact-manager.h
+++ b/libempathy/empathy-contact-manager.h
@@ -29,6 +29,7 @@
#include "empathy-contact.h"
#include "empathy-tp-contact-list.h"
#include "empathy-contact-list.h"
+#include "empathy-contact-monitor.h"
G_BEGIN_DECLS
@@ -57,6 +58,7 @@ EmpathyTpContactList * empathy_contact_manager_get_list (EmpathyContactManager *
McAccount *account);
gboolean empathy_contact_manager_can_add (EmpathyContactManager *manager,
McAccount *account);
+EmpathyContactMonitor *empathy_contact_manager_get_monitor (EmpathyContactManager *manager);
G_END_DECLS