summaryrefslogtreecommitdiff
path: root/src/nautilus-recent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nautilus-recent.h')
-rw-r--r--src/nautilus-recent.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/nautilus-recent.h b/src/nautilus-recent.h
new file mode 100644
index 000000000..5c64f6c09
--- /dev/null
+++ b/src/nautilus-recent.h
@@ -0,0 +1,13 @@
+
+
+#ifndef __NAUTILUS_RECENT_H__
+#define __NAUTILUS_RECENT_H__
+
+#include <gtk/gtk.h>
+#include "nautilus-file.h"
+#include <gio/gio.h>
+
+void nautilus_recent_add_file (NautilusFile *file,
+ GAppInfo *application);
+
+#endif