summaryrefslogtreecommitdiff
path: root/libnautilus-extension
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2009-12-07 22:21:22 +0100
committerAlexander Larsson <alexl@redhat.com>2009-12-07 22:21:47 +0100
commit18763611ef08a6915b4bfd03a3c0bc287ba142ca (patch)
treea4de221a7e0bc08e4b592356f7a0c5fe4a05be7e /libnautilus-extension
parent09877bd2c4da7282f3d341297af75eda197f3e33 (diff)
downloadnautilus-18763611ef08a6915b4bfd03a3c0bc287ba142ca.tar.gz
Forgot to add nautilus-extension-private.h in last commit
Diffstat (limited to 'libnautilus-extension')
-rw-r--r--libnautilus-extension/nautilus-extension-private.h35
1 files changed, 35 insertions, 0 deletions
diff --git a/libnautilus-extension/nautilus-extension-private.h b/libnautilus-extension/nautilus-extension-private.h
new file mode 100644
index 000000000..81ddeb374
--- /dev/null
+++ b/libnautilus-extension/nautilus-extension-private.h
@@ -0,0 +1,35 @@
+/*
+ * nautilus-extension-private.h - Type definitions for Nautilus extensions
+ *
+ * Copyright (C) 2009 Red Hat, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the Free
+ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *
+ * Author: Alexander Larsson <alexl@redhat.com>
+ *
+ */
+
+#ifndef NAUTILUS_EXTENSION_PRIVATE_H
+#define NAUTILUS_EXTENSION_PRIVATE_H
+
+#include <libnautilus-extension/nautilus-file-info.h>
+
+G_BEGIN_DECLS
+
+extern NautilusFileInfo *(*nautilus_file_info_getter) (GFile *location, gboolean create);
+
+G_END_DECLS
+
+#endif