summaryrefslogtreecommitdiffstats
path: root/src/nautilus-gdu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nautilus-gdu.h')
-rw-r--r--src/nautilus-gdu.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/nautilus-gdu.h b/src/nautilus-gdu.h
index 1f02bf8..86490dd 100644
--- a/src/nautilus-gdu.h
+++ b/src/nautilus-gdu.h
@@ -1,6 +1,6 @@
/*
* nautilus-gdu.h
- *
+ *
* Copyright (C) 2008-2009 Red Hat, Inc.
*
* This library is free software; you can redistribute it and/or
@@ -18,13 +18,15 @@
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
* Author: Tomas Bzatek <tbzatek@redhat.com>
- *
+ *
*/
#ifndef NAUTILUS_GDU_H
#define NAUTILUS_GDU_H
#include <glib-object.h>
+#include <libnautilus-extension/nautilus-menu-provider.h>
+#include <gdu/gdu.h>
G_BEGIN_DECLS
@@ -45,6 +47,12 @@ struct _NautilusGDUClass {
GType nautilus_gdu_get_type (void);
void nautilus_gdu_register_type (GTypeModule *module);
+
+/* caller must unref the returned object */
+GduPresentable* find_presentable_from_file (NautilusFileInfo *nautilus_file);
+
+
+
G_END_DECLS
#endif