GObject
├── StoragedClient
├── StoragedObjectInfo
├── StoragedDaemon
├── StoragedLinuxDevice
├── GDBusObjectSkeleton
│ ╰── StoragedObjectSkeleton
│ ├── StoragedLinuxBlockObject
│ ├── StoragedLinuxDriveObject
│ ╰── StoragedLinuxMDRaidObject
├── GDBusInterfaceSkeleton
│ ├── StoragedBlockSkeleton
│ │ ╰── StoragedLinuxBlock
│ ├── StoragedDriveSkeleton
│ │ ╰── StoragedLinuxDrive
│ ├── StoragedDriveAtaSkeleton
│ │ ╰── StoragedLinuxDriveAta
│ ├── StoragedJobSkeleton
│ │ ╰── StoragedBaseJob
│ │ ├── StoragedSpawnedJob
│ │ ├── StoragedThreadedJob
│ │ ╰── StoragedSimpleJob
│ ├── StoragedFilesystemSkeleton
│ │ ╰── StoragedLinuxFilesystem
│ ├── StoragedPartitionSkeleton
│ │ ╰── StoragedLinuxPartition
│ ├── StoragedPartitionTableSkeleton
│ │ ╰── StoragedLinuxPartitionTable
│ ├── StoragedEncryptedSkeleton
│ │ ╰── StoragedLinuxEncrypted
│ ├── StoragedSwapspaceSkeleton
│ │ ╰── StoragedLinuxSwapspace
│ ├── StoragedLoopSkeleton
│ │ ╰── StoragedLinuxLoop
│ ├── StoragedManagerSkeleton
│ │ ╰── StoragedLinuxManager
│ ├── StoragedMDRaidSkeleton
│ │ ╰── StoragedLinuxMDRaid
│ ├── StoragedManagerISCSIInitiatorSkeleton
│ ╰── StoragedISCSISessionSkeleton
├── StoragedMount
├── StoragedMountMonitor
├── StoragedProvider
│ ╰── StoragedLinuxProvider
├── StoragedState
├── StoragedFstabEntry
├── StoragedFstabMonitor
├── StoragedCrypttabEntry
├── StoragedCrypttabMonitor
├── GDBusProxy
│ ├── StoragedDriveProxy
│ ├── StoragedDriveAtaProxy
│ ├── StoragedBlockProxy
│ ├── StoragedFilesystemProxy
│ ├── StoragedSwapspaceProxy
│ ├── StoragedEncryptedProxy
│ ├── StoragedLoopProxy
│ ├── StoragedManagerProxy
│ ├── StoragedJobProxy
│ ├── StoragedMDRaidProxy
│ ├── StoragedManagerLVM2Proxy
│ ├── StoragedManagerISCSIInitiatorProxy
│ ╰── StoragedISCSISessionProxy
├── GDBusObjectProxy
│ ╰── StoragedObjectProxy
╰── GDBusObjectManagerClient
╰── StoragedObjectManagerClient
GInterface
├── StoragedObject
├── StoragedBlock
├── StoragedDrive
├── StoragedDriveAta
├── StoragedJob
├── StoragedFilesystem
├── StoragedPartition
├── StoragedPartitionTable
├── StoragedEncrypted
├── StoragedSwapspace
├── StoragedLoop
├── StoragedManager
├── StoragedMDRaid
├── StoragedManagerLVM2
├── StoragedManagerISCSIInitiator
╰── StoragedISCSISession
GBoxed
╰── StoragedPartitionTypeInfo
GFlags
╰── StoragedPartitionTypeInfoFlags