summaryrefslogtreecommitdiff
path: root/daemon/mount.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@src.gnome.org>2007-09-13 13:27:33 +0000
committerAlexander Larsson <alexl@src.gnome.org>2007-09-13 13:27:33 +0000
commitee81a63d01b104c99a50f9f52353b593d9c0efe4 (patch)
treeddc0f76f9f79d37c5550d2e05eab501b51d7b3b0 /daemon/mount.h
parent1719ad9c91c4fa2912f62f82945b78a1d8e77b6d (diff)
downloadgvfs-ee81a63d01b104c99a50f9f52353b593d9c0efe4.tar.gz
Move the mount tracker code into mount.c so we have all mount related things in one placs
Original git commit by Alexander Larsson <alexl@redhat.com> at 1178703402 +0200 svn path=/trunk/; revision=529
Diffstat (limited to 'daemon/mount.h')
-rw-r--r--daemon/mount.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/daemon/mount.h b/daemon/mount.h
index 95c9df2c..1de5d5dd 100644
--- a/daemon/mount.h
+++ b/daemon/mount.h
@@ -7,21 +7,7 @@
G_BEGIN_DECLS
-typedef struct _Mountable Mountable;
-
-typedef void (*MountCallback) (Mountable *mountable,
- GError *error,
- gpointer user_data);
-
void mount_init (void);
-Mountable *lookup_mountable (GMountSpec *spec);
-gboolean mountable_is_automount (Mountable *mountable);
-void mountable_mount (Mountable *mountable,
- GMountSpec *mount_spec,
- GMountSource *source,
- gboolean automount,
- MountCallback callback,
- gpointer user_data);
G_END_DECLS