summaryrefslogtreecommitdiff
path: root/src/nautilus-shell-interface.idl
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2005-10-19 07:53:43 +0000
committerAlexander Larsson <alexl@src.gnome.org>2005-10-19 07:53:43 +0000
commitcc68b946d38289eb7ea44784467e7216f161b7f8 (patch)
treef3e228177db2aaabbc58d1f80a0c6c86903a10a5 /src/nautilus-shell-interface.idl
parent07771c5ccef312023e3a770daa9aa04bc78735dd (diff)
downloadnautilus-cc68b946d38289eb7ea44784467e7216f161b7f8.tar.gz
Reuse Nautilus::URI from the one defined in libnautilus-private.
2005-10-19 Alexander Larsson <alexl@redhat.com> * src/nautilus-shell-interface.idl: Reuse Nautilus::URI from the one defined in libnautilus-private. * libnautilus-private/Makefile.am: Link libnautilus-private statically.
Diffstat (limited to 'src/nautilus-shell-interface.idl')
-rw-r--r--src/nautilus-shell-interface.idl3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nautilus-shell-interface.idl b/src/nautilus-shell-interface.idl
index bbb999360..066332e78 100644
--- a/src/nautilus-shell-interface.idl
+++ b/src/nautilus-shell-interface.idl
@@ -4,9 +4,10 @@
#define NAUTILUS_SHELL_INTERFACE_IDL
#include <Bonobo.idl>
+/* For URI define */
+#include <../libnautilus-private/nautilus-metafile-server.idl>
module Nautilus {
- typedef string URI;
typedef sequence<URI> URIList;
interface Shell : ::Bonobo::Unknown {