aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-log-manager.h
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2009-03-06 19:52:04 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-03-06 19:52:04 +0800
commit2e950aee6b42d1298a11af611b0b190be168e49c (patch)
treed4ae1f38f9be45453b9403b8bfebbfc54c559271 /libempathy/empathy-log-manager.h
parent80d1a3ed0b043624bf814fa6150bd22fedef80ad (diff)
downloadgsoc2013-empathy-2e950aee6b42d1298a11af611b0b190be168e49c.tar
gsoc2013-empathy-2e950aee6b42d1298a11af611b0b190be168e49c.tar.gz
gsoc2013-empathy-2e950aee6b42d1298a11af611b0b190be168e49c.tar.bz2
gsoc2013-empathy-2e950aee6b42d1298a11af611b0b190be168e49c.tar.lz
gsoc2013-empathy-2e950aee6b42d1298a11af611b0b190be168e49c.tar.xz
gsoc2013-empathy-2e950aee6b42d1298a11af611b0b190be168e49c.tar.zst
gsoc2013-empathy-2e950aee6b42d1298a11af611b0b190be168e49c.zip
Moved dispatcher observing and logging into EmpathyLogManager.
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2592
Diffstat (limited to 'libempathy/empathy-log-manager.h')
-rw-r--r--libempathy/empathy-log-manager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy/empathy-log-manager.h b/libempathy/empathy-log-manager.h
index 688cb11ff..4ec2c9019 100644
--- a/libempathy/empathy-log-manager.h
+++ b/libempathy/empathy-log-manager.h
@@ -29,6 +29,7 @@
#include <libmissioncontrol/mc-account.h>
#include "empathy-message.h"
+#include "empathy-dispatcher.h"
G_BEGIN_DECLS
@@ -92,6 +93,8 @@ GList *empathy_log_manager_search_new (EmpathyLogManager *manager,
void empathy_log_manager_search_free (GList *hits);
gchar *empathy_log_manager_get_date_readable (const gchar *date);
void empathy_log_manager_search_hit_free (EmpathyLogSearchHit *hit);
+void empathy_log_manager_observe (EmpathyLogManager *log_manager,
+ EmpathyDispatcher *dispatcher);
G_END_DECLS