Searched defs:_GUnixVolume (Results 1 – 1 of 1) sorted by relevance
47 struct _GUnixVolume { struct48 GObject parent;50 GVolumeMonitor *volume_monitor;51 GUnixMount *mount; /* owned by volume monitor */53 char *device_path;54 char *mount_path;55 gboolean can_eject;57 char *identifier;58 char *identifier_type;60 char *name;[all …]