summaryrefslogtreecommitdiff
path: root/daemon/gvfsbackendrecent.h
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2012-07-10 15:05:10 -0400
committerWilliam Jon McCann <jmccann@redhat.com>2012-07-13 10:09:08 -0400
commite3890ddd806a7e2f89ac17d61a4aac0fa4eb7006 (patch)
tree5572ebd5683f75856c5a8d907641f7b72ed1c09c /daemon/gvfsbackendrecent.h
parent86137e52d78b2a03b90964c090656f4820f77c78 (diff)
downloadgvfs-e3890ddd806a7e2f89ac17d61a4aac0fa4eb7006.tar.gz
Add a recent files backend
https://bugzilla.gnome.org/show_bug.cgi?id=679719
Diffstat (limited to 'daemon/gvfsbackendrecent.h')
-rw-r--r--daemon/gvfsbackendrecent.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/daemon/gvfsbackendrecent.h b/daemon/gvfsbackendrecent.h
new file mode 100644
index 00000000..f4cb9a06
--- /dev/null
+++ b/daemon/gvfsbackendrecent.h
@@ -0,0 +1,25 @@
+/*
+ * Copyright © 2012 Red Hat, Inc.
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published
+ * by the Free Software Foundation; either version 2 of the licence or (at
+ * your option) any later version.
+ *
+ * See the included COPYING file for more information.
+ */
+
+#ifndef _gvfsbackendrecent_h_
+#define _gvfsbackendrecent_h_
+
+#include <gvfsbackend.h>
+
+#define G_VFS_TYPE_BACKEND_RECENT (g_vfs_backend_recent_get_type ())
+#define G_VFS_BACKEND_RECENT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), \
+ G_VFS_TYPE_BACKEND_RECENT, \
+ GVfsBackendRecent))
+
+typedef struct OPAQUE_TYPE__GVfsBackendRecent GVfsBackendRecent;
+GType g_vfs_backend_recent_get_type (void);
+
+#endif /* _gvfsbackendrecent_h_ */