Home
last modified time | relevance | path

Searched refs:GMount (Results 1 – 24 of 24) sorted by relevance

/third_party/glib/gio/
Dgmount.h34 #define G_MOUNT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), G_TYPE_MOUNT, GMount))
81 void (* changed) (GMount *mount);
82 void (* unmounted) (GMount *mount);
86 GFile * (* get_root) (GMount *mount);
87 char * (* get_name) (GMount *mount);
88 GIcon * (* get_icon) (GMount *mount);
89 char * (* get_uuid) (GMount *mount);
90 GVolume * (* get_volume) (GMount *mount);
91 GDrive * (* get_drive) (GMount *mount);
92 gboolean (* can_unmount) (GMount *mount);
[all …]
Dgmount.c65 G_DEFINE_INTERFACE (GMount, g_mount, G_TYPE_OBJECT) in G_DEFINE_INTERFACE() argument
132 g_mount_get_root (GMount *mount) in g_mount_get_root()
156 g_mount_get_default_location (GMount *mount) in g_mount_get_default_location()
185 g_mount_get_name (GMount *mount) in g_mount_get_name()
207 g_mount_get_icon (GMount *mount) in g_mount_get_icon()
232 g_mount_get_symbolic_icon (GMount *mount) in g_mount_get_symbolic_icon()
264 g_mount_get_uuid (GMount *mount) in g_mount_get_uuid()
287 g_mount_get_volume (GMount *mount) in g_mount_get_volume()
313 g_mount_get_drive (GMount *mount) in g_mount_get_drive()
333 g_mount_can_unmount (GMount *mount) in g_mount_can_unmount()
[all …]
Dgvolumemonitor.h79 GMount *mount);
81 GMount *mount);
83 GMount *mount);
85 GMount *mount);
105 GMount * (* get_mount_for_uuid) (GVolumeMonitor *volume_monitor,
110 GVolume * (* adopt_orphan_mount) (GMount *mount,
146 GMount * g_volume_monitor_get_mount_for_uuid (GVolumeMonitor *volume_monitor,
150 GVolume * g_volume_monitor_adopt_orphan_mount (GMount *mount);
Dgwin32mount.c193 g_win32_mount_get_root (GMount *mount) in g_win32_mount_get_root()
214 g_win32_mount_get_icon (GMount *mount) in g_win32_mount_get_icon()
244 g_win32_mount_get_symbolic_icon (GMount *mount) in g_win32_mount_get_symbolic_icon()
260 g_win32_mount_get_uuid (GMount *mount) in g_win32_mount_get_uuid()
266 g_win32_mount_get_name (GMount *mount) in g_win32_mount_get_name()
274 g_win32_mount_get_drive (GMount *mount) in g_win32_mount_get_drive()
285 g_win32_mount_get_volume (GMount *mount) in g_win32_mount_get_volume()
296 g_win32_mount_can_unmount (GMount *mount) in g_win32_mount_can_unmount()
302 g_win32_mount_can_eject (GMount *mount) in g_win32_mount_can_eject()
321 g_win32_mount_unmount (GMount *mount, in g_win32_mount_unmount()
[all …]
Dgunixmount.c165 g_unix_mount_get_root (GMount *mount) in g_unix_mount_get_root()
173 g_unix_mount_get_icon (GMount *mount) in g_unix_mount_get_icon()
181 g_unix_mount_get_symbolic_icon (GMount *mount) in g_unix_mount_get_symbolic_icon()
189 g_unix_mount_get_uuid (GMount *mount) in g_unix_mount_get_uuid()
195 g_unix_mount_get_name (GMount *mount) in g_unix_mount_get_name()
210 g_unix_mount_get_drive (GMount *mount) in g_unix_mount_get_drive()
221 g_unix_mount_get_volume (GMount *mount) in g_unix_mount_get_volume()
232 g_unix_mount_can_unmount (GMount *mount) in g_unix_mount_can_unmount()
238 g_unix_mount_can_eject (GMount *mount) in g_unix_mount_can_eject()
301 eject_unmount_do (GMount *mount, in eject_unmount_do()
[all …]
Dgunionvolumemonitor.c206 static GMount *
211 GMount *mount; in get_mount_for_uuid()
283 GMount *child_mount, in child_mount_added()
293 GMount *child_mount, in child_mount_removed()
303 GMount *child_mount, in child_mount_pre_unmount()
314 GMount *child_mount, in child_mount_changed()
531 GMount *
536 GMount *mount; in _g_mount_get_for_mount_path()
603 g_volume_monitor_adopt_orphan_mount (GMount *mount) in g_volume_monitor_adopt_orphan_mount()
Dgio-tool-mount.c381 GMount *mount; in unmount()
437 GMount *mount; in eject()
611 GMount *mount; in list_mounts()
622 mount = (GMount *) l->data; in list_mounts()
710 GMount *mount; in list_volumes()
933 GMount *mount = G_MOUNT (l->data); in unmount_all_with_scheme()
1020 monitor_print_mount (GMount *mount) in monitor_print_mount()
1059 monitor_mount_added (GVolumeMonitor *volume_monitor, GMount *mount) in monitor_mount_added()
1069 monitor_mount_removed (GVolumeMonitor *volume_monitor, GMount *mount) in monitor_mount_removed()
1079 monitor_mount_changed (GVolumeMonitor *volume_monitor, GMount *mount) in monitor_mount_changed()
[all …]
Dgwin32volumemonitor.c197 static GMount *
209 static GMount *
Dgmountprivate.h28 GMount *_g_mount_get_for_mount_path (const char *mount_path,
Dgvolume.h141 GMount * (* get_mount) (GVolume *volume);
198 GMount * g_volume_get_mount (GVolume *volume);
Dgnativevolumemonitor.h52 GMount * (* get_mount_for_mount_path) (const char *mount_path,
Dgunixvolumemonitor.c134 static GMount *
146 static GMount *
Dgvolumemonitor.c383 GMount *
Dgfile.h237 GMount * (* find_enclosing_mount) (GFile *file,
245 GMount * (* find_enclosing_mount_finish) (GFile *file,
818 GMount * g_file_find_enclosing_mount (GFile *file,
828 GMount * g_file_find_enclosing_mount_finish (GFile *file,
Dgio-autocleanups.h93 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GMount, g_object_unref)
Dgiotypes.h131 typedef struct _GMount GMount; /* Dummy typedef */ typedef
Dgvolume.c247 GMount *
Dgunixvolume.c249 static GMount *
Dgfile.c316 static GMount * g_file_real_find_enclosing_mount_finish (GFile *file,
1540 GMount *
1618 GMount *
6342 GMount *mount; in find_enclosing_mount_async_thread()
6369 static GMount *
Dglocalfile.c1093 static GMount *
1101 GMount *mount; in g_local_file_find_enclosing_mount()
/third_party/glib/gio/tests/
Dvolumemonitor.c6 do_mount_tests (GDrive *drive, GVolume *volume, GMount *mount) in do_mount_tests()
30 GMount *m; in do_mount_tests()
43 GMount *mount; in do_volume_tests()
144 GMount *mount = l->data; in test_mounts()
/third_party/glib/gio/kqueue/
Dgkqueuefilemonitor.c152 GMount *mount = NULL; in _ke_is_excluded()
/third_party/glib/docs/reference/gio/
Dgio-sections-common.txt1121 <TITLE>GMount</TITLE>
1122 GMount
/third_party/glib/
DNEWS7789 661711 Sorting keys for GDrive, GVolume and GMount instances
10275 - GMount gained a pre-unmount signal.
10278 576104Implement GMount::pre-unmount