#include "darwinosl-source-persist.h"#include "messages.h"#include "persistable-state-header.h"#include "ack-tracker/ack_tracker.h"
Classes | |
| struct | DarwinOSLogSourcePersistData |
| struct | DarwinOSLogSourceBookmark |
| struct | DarwinOSLogSourcePersist |
Macros | |
| #define | DARWINOSL_SOURCE_PERSIST_VERSION_1 1 |
Functions | |
| DarwinOSLogSourcePersist * | darwinosl_source_persist_new (void) |
| void | darwinosl_source_persist_free (DarwinOSLogSourcePersist *self) |
| gboolean | darwinosl_source_persist_init (DarwinOSLogSourcePersist *self, PersistState *persist_state, const gchar *persist_name) |
| void | darwinosl_source_persist_fill_bookmark (DarwinOSLogSourcePersist *self, Bookmark *bookmark, DarwinOSLogSourcePosition position) |
| void | darwinosl_source_persist_load_position (DarwinOSLogSourcePersist *self, DarwinOSLogSourcePosition *position) |
| #define DARWINOSL_SOURCE_PERSIST_VERSION_1 1 |
| void darwinosl_source_persist_fill_bookmark | ( | DarwinOSLogSourcePersist * | self, |
| Bookmark * | bookmark, | ||
| DarwinOSLogSourcePosition | position | ||
| ) |
| void darwinosl_source_persist_free | ( | DarwinOSLogSourcePersist * | self | ) |
| gboolean darwinosl_source_persist_init | ( | DarwinOSLogSourcePersist * | self, |
| PersistState * | persist_state, | ||
| const gchar * | persist_name | ||
| ) |
| void darwinosl_source_persist_load_position | ( | DarwinOSLogSourcePersist * | self, |
| DarwinOSLogSourcePosition * | position | ||
| ) |
| DarwinOSLogSourcePersist* darwinosl_source_persist_new | ( | void | ) |