summaryrefslogtreecommitdiff
path: root/gio/src/mount.hg
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2008-01-27 07:06:56 +0000
committerMurray Cumming <murrayc@src.gnome.org>2008-01-27 07:06:56 +0000
commit06435e6cfcfcfec031fe70b7b433000cdfef6b4e (patch)
tree0822984c4d46e54c4c4481304643e5fad3b8f924 /gio/src/mount.hg
parent44f05c7b1852b0f3f8c92f789683b707a325ed26 (diff)
downloadglibmm-06435e6cfcfcfec031fe70b7b433000cdfef6b4e.tar.gz
Do not include gio.h from our public headers, to avoid polluting the
2008-01-27 Murray Cumming <murrayc@murrayc.com> * gio/src/appinfo.hg: * gio/src/asyncresult.hg: * gio/src/cancellable.hg: * gio/src/drive.hg: * gio/src/error.hg: * gio/src/file.hg: * gio/src/fileattribute.hg: * gio/src/fileenumerator.hg: * gio/src/fileicon.hg: * gio/src/fileinfo.hg: * gio/src/fileinputstream.hg: * gio/src/fileoutputstream.hg: * gio/src/filterinputstream.hg: * gio/src/icon.hg: * gio/src/inputstream.hg: * gio/src/loadableicon.hg: * gio/src/mount.hg: * gio/src/mountoperation.hg: * gio/src/outputstream.hg: * gio/src/seekable.hg: * gio/src/simpleasyncresult.hg: * gio/src/volume.hg: Do not include gio.h from our public headers, to avoid polluting the namespace. svn path=/trunk/; revision=544
Diffstat (limited to 'gio/src/mount.hg')
-rw-r--r--gio/src/mount.hg7
1 files changed, 5 insertions, 2 deletions
diff --git a/gio/src/mount.hg b/gio/src/mount.hg
index ce467af1..9d1371c7 100644
--- a/gio/src/mount.hg
+++ b/gio/src/mount.hg
@@ -22,12 +22,15 @@
#include <giomm/volume.h>
#include <glibmm/interface.h>
-#include <gio/gio.h>
-
_DEFS(giomm,gio)
_PINCLUDE(glibmm/private/interface_p.h)
+#ifndef DOXYGEN_SHOULD_SKIP_THIS
+typedef struct _GMountIface GMountIface;
+#endif /* DOXYGEN_SHOULD_SKIP_THIS */
+
+
namespace Gio
{