summaryrefslogtreecommitdiff
path: root/gio/gmount.h
diff options
context:
space:
mode:
authorCarlos Garnacho <carlos@imendio.com>2009-05-05 14:45:18 -0400
committerMatthias Clasen <mclasen@redhat.com>2009-05-05 14:45:18 -0400
commitd89cc0d7cbad8b6904931440e579e291ce81780d (patch)
tree9ca458103537085f5319e59b77009ea3137da126 /gio/gmount.h
parent4ecec3b1c2d335b1e26b209fc7e2b77013ece795 (diff)
Add a GMount::pre-unmount signal
This is the per-mount analogon to GVolumeMonitor::mount-pre-unmount.
Diffstat (limited to 'gio/gmount.h')
-rw-r--r--gio/gmount.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gio/gmount.h b/gio/gmount.h
index 027960d5a..a1afe2c6a 100644
--- a/gio/gmount.h
+++ b/gio/gmount.h
@@ -126,6 +126,9 @@ struct _GMountIface
gboolean force_rescan,
GCancellable *cancellable,
GError **error);
+
+ /* yet more signals */
+ void (* pre_unmount) (GMount *mount);
};
GType g_mount_get_type (void) G_GNUC_CONST;