diff options
Diffstat (limited to 'libempathy/empathy-log-source.h')
-rw-r--r-- | libempathy/empathy-log-source.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/empathy-log-source.h b/libempathy/empathy-log-source.h index c9425ef45..c00571813 100644 --- a/libempathy/empathy-log-source.h +++ b/libempathy/empathy-log-source.h @@ -48,6 +48,7 @@ struct _EmpathyLogSourceInterface { GTypeInterface parent; + const gchar * (*get_name) (EmpathyLogSource *self); gboolean (*exists) (EmpathyLogSource *self, McAccount *account, const gchar *chat_id, gboolean chatroom); void (*add_message) (EmpathyLogSource *self, const gchar *chat_id, @@ -68,6 +69,7 @@ struct _EmpathyLogSourceInterface GType empathy_log_source_get_type (void) G_GNUC_CONST; +const gchar *empathy_log_source_get_name (EmpathyLogSource *self); gboolean empathy_log_source_exists (EmpathyLogSource *self, McAccount *account, const gchar *chat_id, gboolean chatroom); void empathy_log_source_add_message (EmpathyLogSource *self, |