/third_party/glib/gio/ |
D | gmount.h | 34 #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 …]
|
D | gmount.c | 65 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 …]
|
D | gvolumemonitor.h | 79 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);
|
D | gwin32mount.c | 193 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 …]
|
D | gunixmount.c | 165 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 …]
|
D | gunionvolumemonitor.c | 206 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()
|
D | gio-tool-mount.c | 381 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 …]
|
D | gwin32volumemonitor.c | 197 static GMount * 209 static GMount *
|
D | gmountprivate.h | 28 GMount *_g_mount_get_for_mount_path (const char *mount_path,
|
D | gvolume.h | 141 GMount * (* get_mount) (GVolume *volume); 198 GMount * g_volume_get_mount (GVolume *volume);
|
D | gnativevolumemonitor.h | 52 GMount * (* get_mount_for_mount_path) (const char *mount_path,
|
D | gunixvolumemonitor.c | 134 static GMount * 146 static GMount *
|
D | gvolumemonitor.c | 383 GMount *
|
D | gfile.h | 237 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,
|
D | gio-autocleanups.h | 93 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GMount, g_object_unref)
|
D | giotypes.h | 131 typedef struct _GMount GMount; /* Dummy typedef */ typedef
|
D | gvolume.c | 247 GMount *
|
D | gunixvolume.c | 249 static GMount *
|
D | gfile.c | 316 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 *
|
D | glocalfile.c | 1093 static GMount * 1101 GMount *mount; in g_local_file_find_enclosing_mount()
|
/third_party/glib/gio/tests/ |
D | volumemonitor.c | 6 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/ |
D | gkqueuefilemonitor.c | 152 GMount *mount = NULL; in _ke_is_excluded()
|
/third_party/glib/docs/reference/gio/ |
D | gio-sections-common.txt | 1121 <TITLE>GMount</TITLE> 1122 GMount
|
/third_party/glib/ |
D | NEWS | 7789 661711 Sorting keys for GDrive, GVolume and GMount instances 10275 - GMount gained a pre-unmount signal. 10278 576104Implement GMount::pre-unmount
|