diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-09 18:06:05 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-09 18:06:05 +0800 |
commit | eba974e2a304815ebd8287d6696aaa9803a19bb2 (patch) | |
tree | af6f6326e21a3d8eefe72d26f72a57fdf1b63fbb /libempathy/empathy-log-manager.h | |
parent | c2a1dec002eb9a8c0372bc6fc920a54e36b7e991 (diff) | |
download | gsoc2013-empathy-eba974e2a304815ebd8287d6696aaa9803a19bb2.tar gsoc2013-empathy-eba974e2a304815ebd8287d6696aaa9803a19bb2.tar.gz gsoc2013-empathy-eba974e2a304815ebd8287d6696aaa9803a19bb2.tar.bz2 gsoc2013-empathy-eba974e2a304815ebd8287d6696aaa9803a19bb2.tar.lz gsoc2013-empathy-eba974e2a304815ebd8287d6696aaa9803a19bb2.tar.xz gsoc2013-empathy-eba974e2a304815ebd8287d6696aaa9803a19bb2.tar.zst gsoc2013-empathy-eba974e2a304815ebd8287d6696aaa9803a19bb2.zip |
Port EmpathyLogManager to the new singleton policy.
svn path=/trunk/; revision=2115
Diffstat (limited to 'libempathy/empathy-log-manager.h')
-rw-r--r-- | libempathy/empathy-log-manager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-log-manager.h b/libempathy/empathy-log-manager.h index 4aec816c6..bad014000 100644 --- a/libempathy/empathy-log-manager.h +++ b/libempathy/empathy-log-manager.h @@ -61,7 +61,7 @@ struct _EmpathyLogSearchHit { }; GType empathy_log_manager_get_type (void) G_GNUC_CONST; -EmpathyLogManager *empathy_log_manager_new (void); +EmpathyLogManager *empathy_log_manager_dup_singleton (void); void empathy_log_manager_add_message (EmpathyLogManager *manager, const gchar *chat_id, gboolean chatroom, |