#include <include/hiker/volumesvcs_types.h>
Data Fields | |
gchar * | udi |
present if a pluggable device holds this storage NULL otherwise | |
gchar * | dev_path |
/dev path to this device if pluggable NULL otherwise | |
gchar * | fs_path |
present if the storage is accessible as a file system NULL otherwise | |
gchar * | name |
optional label on the volume (e.g.myphotos) | |
gchar * | slot |
optional vendor supplied name of the slot (e.g. top) | |
gchar * | vendor_model |
optional string of manufactuer & model of the device | |
gchar * | uuid |
a string unique to this storage if pluggable NULL otherwise | |
gchar * | card_type |
only advisory but if possible will be USB, MMC, SF, etc. | |
guint64 | total_space |
total storage size in bytes (mounted volumes only) | |
guint64 | used_space |
used space in bytes (mounted volumes only) | |
guint64 | total_files |
total allowed files on this storage (mounted volumes only) | |
guint64 | used_files |
existing files on this storage (mounted volumes only) | |
guint32 | flags |
flags for this entry as defined below | |
guint | index |
index of this entry in the GArray as first received i.e. |
|
only advisory but if possible will be USB, MMC, SF, etc.
|
|
/dev path to this device if pluggable NULL otherwise
|
|
flags for this entry as defined below
|
|
present if the storage is accessible as a file system NULL otherwise
|
|
index of this entry in the GArray as first received i.e. user inserts or removes will render such inaccurate |
|
optional label on the volume (e.g.myphotos)
|
|
optional vendor supplied name of the slot (e.g. top)
|
|
total allowed files on this storage (mounted volumes only)
|
|
total storage size in bytes (mounted volumes only)
|
|
present if a pluggable device holds this storage NULL otherwise
|
|
existing files on this storage (mounted volumes only)
|
|
used space in bytes (mounted volumes only)
|
|
a string unique to this storage if pluggable NULL otherwise
|
|
optional string of manufactuer & model of the device
|