

Go to the source code of this file.
Typedefs | |
| typedef void(* | FOREACH_DATA_CALLBACK) (gchar *key, gsize key_len, gchar *value, gsize value_len, gpointer user_data) |
Functions | |
| void | journald_foreach_data (sd_journal *self, FOREACH_DATA_CALLBACK func, gpointer user_data) |
| int | journald_filter_this_boot (sd_journal *journal) |
| typedef void(* FOREACH_DATA_CALLBACK) (gchar *key, gsize key_len, gchar *value, gsize value_len, gpointer user_data) |
| int journald_filter_this_boot | ( | sd_journal * | journal | ) |
| void journald_foreach_data | ( | sd_journal * | self, |
| FOREACH_DATA_CALLBACK | func, | ||
| gpointer | user_data | ||
| ) |