summaryrefslogtreecommitdiff
path: root/src/gl-eventviewlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gl-eventviewlist.h')
-rw-r--r--src/gl-eventviewlist.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gl-eventviewlist.h b/src/gl-eventviewlist.h
index 02dc8da..3ba1083 100644
--- a/src/gl-eventviewlist.h
+++ b/src/gl-eventviewlist.h
@@ -39,6 +39,8 @@ void gl_event_view_list_set_search_mode (GlEventViewList *view, gboolean state);
void gl_event_view_list_set_sort_order (GlEventViewList *view, GlSortOrder sort_order);
void gl_event_view_list_view_boot (GlEventViewList *view, const gchar *match);
GArray * gl_event_view_list_get_boot_ids (GlEventViewList *view);
+gchar * gl_event_view_list_get_current_boot_time (GlEventViewList *view,
+ const gchar *boot_match);
G_END_DECLS