summaryrefslogtreecommitdiff
path: root/telepathy-logger/log-store-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'telepathy-logger/log-store-internal.h')
-rw-r--r--telepathy-logger/log-store-internal.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/telepathy-logger/log-store-internal.h b/telepathy-logger/log-store-internal.h
index aa08474..9b0a666 100644
--- a/telepathy-logger/log-store-internal.h
+++ b/telepathy-logger/log-store-internal.h
@@ -82,8 +82,7 @@ typedef struct
void (*clear_entity) (TplLogStore *self, TpAccount *account,
TplEntity *entity);
TplLogIter * (*create_iter) (TplLogStore *self, TpAccount *account,
- TplEntity *target, gint type_mask, TplLogEventFilter filter,
- gpointer filter_data);
+ TplEntity *target, gint type_mask);
} TplLogStoreInterface;
GType _tpl_log_store_get_type (void);
@@ -110,8 +109,7 @@ void _tpl_log_store_clear_account (TplLogStore *self, TpAccount *account);
void _tpl_log_store_clear_entity (TplLogStore *self, TpAccount *account,
TplEntity *entity);
TplLogIter * _tpl_log_store_create_iter (TplLogStore *self,
- TpAccount *account, TplEntity *target, gint type_mask,
- TplLogEventFilter filter, gpointer filter_data);
+ TpAccount *account, TplEntity *target, gint type_mask);
gboolean _tpl_log_store_is_writable (TplLogStore *self);
gboolean _tpl_log_store_is_readable (TplLogStore *self);