24 #ifndef DARWINOSL_SOURCE_PERSIST_H
25 #define DARWINOSL_SOURCE_PERSIST_H
31 typedef struct _DarwinOSLogSourcePosition
43 const gchar *persist_name);
void darwinosl_source_persist_free(DarwinOSLogSourcePersist *self)
Definition: darwinosl-source-persist.c:57
void darwinosl_source_persist_fill_bookmark(DarwinOSLogSourcePersist *self, Bookmark *bookmark, DarwinOSLogSourcePosition position)
Definition: darwinosl-source-persist.c:182
void darwinosl_source_persist_load_position(DarwinOSLogSourcePersist *self, DarwinOSLogSourcePosition *position)
Definition: darwinosl-source-persist.c:195
DarwinOSLogSourcePersist * darwinosl_source_persist_new(void)
Definition: darwinosl-source-persist.c:50
gboolean darwinosl_source_persist_init(DarwinOSLogSourcePersist *self, PersistState *state, const gchar *persist_name)
Definition: darwinosl-source-persist.c:160
Definition: darwinosl-source-persist.h:32
guint last_used_filter_predicate_hash
Definition: darwinosl-source-persist.h:35
gdouble log_position
Definition: darwinosl-source-persist.h:33
guint last_msg_hash
Definition: darwinosl-source-persist.h:34
Definition: darwinosl-source-persist.c:44