From 79697ab1fc4f90646bc3495514d6e30585a2f97f Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Fri, 6 Mar 2009 11:51:58 +0000 Subject: Only write messages to one specified log source, hardcoded at the moment. Signed-off-by: Jonny Lamb svn path=/trunk/; revision=2590 --- libempathy/empathy-log-manager.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libempathy/empathy-log-manager.h') diff --git a/libempathy/empathy-log-manager.h b/libempathy/empathy-log-manager.h index fa9e39b7b..688cb11ff 100644 --- a/libempathy/empathy-log-manager.h +++ b/libempathy/empathy-log-manager.h @@ -73,8 +73,9 @@ struct _EmpathyLogSearchHit GType empathy_log_manager_get_type (void) G_GNUC_CONST; EmpathyLogManager *empathy_log_manager_dup_singleton (void); -void empathy_log_manager_add_message (EmpathyLogManager *manager, - const gchar *chat_id, gboolean chatroom, EmpathyMessage *message); +gboolean empathy_log_manager_add_message (EmpathyLogManager *manager, + const gchar *chat_id, gboolean chatroom, EmpathyMessage *message, + GError **error); gboolean empathy_log_manager_exists (EmpathyLogManager *manager, McAccount *account, const gchar *chat_id, gboolean chatroom); GList *empathy_log_manager_get_dates (EmpathyLogManager *manager, -- cgit v1.2.3