summaryrefslogtreecommitdiff
path: root/telepathy-logger/log-iter-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'telepathy-logger/log-iter-internal.h')
-rw-r--r--telepathy-logger/log-iter-internal.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/telepathy-logger/log-iter-internal.h b/telepathy-logger/log-iter-internal.h
index 080f90c..ec5589f 100644
--- a/telepathy-logger/log-iter-internal.h
+++ b/telepathy-logger/log-iter-internal.h
@@ -61,6 +61,7 @@ struct _TplLogIterClass
GObjectClass parent_class;
GList * (*get_events) (TplLogIter *self, guint num_events, GError **error);
+ void (*rewind) (TplLogIter *self, guint num_events, GError **error);
};
GType tpl_log_iter_get_type (void) G_GNUC_CONST;
@@ -69,6 +70,10 @@ GList *tpl_log_iter_get_events (TplLogIter *self,
guint num_events,
GError **error);
+void tpl_log_iter_rewind (TplLogIter *self,
+ guint num_events,
+ GError **error);
+
G_END_DECLS
#endif /* __TPL_LOG_ITER_H__ */