diff options
author | Alexander Larsson <alexl@src.gnome.org> | 2007-09-13 13:27:33 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2007-09-13 13:27:33 +0000 |
commit | ee81a63d01b104c99a50f9f52353b593d9c0efe4 (patch) | |
tree | ddc0f76f9f79d37c5550d2e05eab501b51d7b3b0 /daemon/mount.h | |
parent | 1719ad9c91c4fa2912f62f82945b78a1d8e77b6d (diff) | |
download | gvfs-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.h | 14 |
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 |