1 
2 
3 #ifndef __NEMO_RECENT_H__
4 #define __NEMO_RECENT_H__
5 
6 #include <gtk/gtk.h>
7 #include <libnemo-private/nemo-file.h>
8 #include <gio/gio.h>
9 
10 void nemo_recent_add_file (NemoFile *file,
11 			       GAppInfo *application);
12 
13 #endif
14