From 2f82ed57b751145449506164888281b57819abcc Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 19 Jan 2010 17:01:57 -0600 Subject: Adding some API to our LRU file --- src/application-service-lru-file.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/application-service-lru-file.h') diff --git a/src/application-service-lru-file.h b/src/application-service-lru-file.h index 6577278..45d3082 100644 --- a/src/application-service-lru-file.h +++ b/src/application-service-lru-file.h @@ -28,6 +28,10 @@ struct _AppLruFile { GType app_lru_file_get_type (void); +AppLruFile * app_lru_file_new (void); +void app_lru_file_touch (AppLruFile * lrufile, const gchar * id, const gchar * category); +gint app_lru_file_sort (AppLruFile * lrufile, const gchar * id_a, const gchar * id_b); + G_END_DECLS #endif -- cgit v1.2.3