[nautilus] Forgot to add nautilus-extension-private.h in last commit



commit 18763611ef08a6915b4bfd03a3c0bc287ba142ca
Author: Alexander Larsson <alexl redhat com>
Date:   Mon Dec 7 22:21:22 2009 +0100

    Forgot to add nautilus-extension-private.h in last commit

 libnautilus-extension/nautilus-extension-private.h |   35 ++++++++++++++++++++
 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 0000000..81ddeb3
--- /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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]