Home
last modified time | relevance | path

Searched refs:GUnixVolume (Results 1 – 6 of 6) sorted by relevance

/third_party/glib/gio/
Dgunixvolume.h32 #define G_UNIX_VOLUME(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_UNIX_VOLUME, GUnixVolume
36 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GUnixVolume, g_object_unref)
47 GUnixVolume * _g_unix_volume_new (GVolumeMonitor *volume_monitor,
49 gboolean _g_unix_volume_has_mount_path (GUnixVolume *volume,
51 void _g_unix_volume_set_mount (GUnixVolume *volume,
53 void _g_unix_volume_unset_mount (GUnixVolume *volume,
55 void _g_unix_volume_disconnected (GUnixVolume *volume);
Dgunixvolume.c65 G_DEFINE_TYPE_WITH_CODE (GUnixVolume, g_unix_volume, G_TYPE_OBJECT, in G_DEFINE_TYPE_WITH_CODE() argument
72 GUnixVolume *volume; in G_DEFINE_TYPE_WITH_CODE()
102 g_unix_volume_init (GUnixVolume *unix_volume) in g_unix_volume_init()
106 GUnixVolume *
110 GUnixVolume *volume; in _g_unix_volume_new()
153 _g_unix_volume_disconnected (GUnixVolume *volume) in _g_unix_volume_disconnected()
163 _g_unix_volume_set_mount (GUnixVolume *volume, in _g_unix_volume_set_mount()
181 _g_unix_volume_unset_mount (GUnixVolume *volume, in _g_unix_volume_unset_mount()
197 GUnixVolume *unix_volume = G_UNIX_VOLUME (volume); in g_unix_volume_get_icon()
204 GUnixVolume *unix_volume = G_UNIX_VOLUME (volume); in g_unix_volume_get_symbolic_icon()
[all …]
Dgunixvolumemonitor.h46 typedef struct _GUnixVolume GUnixVolume; typedef
56 GUnixVolume * _g_unix_volume_monitor_lookup_volume_for_mount_path (GUnixVolumeMonitor *monitor,
Dgunixmount.h49 GUnixVolume *volume);
53 GUnixVolume *volume);
Dgunixvolumemonitor.c283 GUnixVolume *
291 GUnixVolume *volume = l->data; in _g_unix_volume_monitor_lookup_volume_for_mount_path()
323 GUnixVolume *volume; in update_volumes()
374 GUnixVolume *volume; in update_mounts()
Dgunixmount.c53 GUnixVolume *volume; /* owned by volume monitor */
111 GUnixVolume *volume) in _g_unix_mount_new()
152 GUnixVolume *volume) in _g_unix_mount_unset_volume()