Main Page | Modules | Namespace List | Class Hierarchy | Data Structures | Directories | File List | Namespace Members | Data Fields | Globals

_AlpVolumeSvcsFSinfo Struct Reference
[Volume Services]

#include <include/hiker/volumesvcs_types.h>


Detailed Description

File System info block, AlpVolumesvcsFSinfo returns a GArray of these.


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.


Field Documentation

gchar* _AlpVolumeSvcsFSinfo::card_type
 

only advisory but if possible will be USB, MMC, SF, etc.

gchar* _AlpVolumeSvcsFSinfo::dev_path
 

/dev path to this device if pluggable NULL otherwise

guint32 _AlpVolumeSvcsFSinfo::flags
 

flags for this entry as defined below

gchar* _AlpVolumeSvcsFSinfo::fs_path
 

present if the storage is accessible as a file system NULL otherwise

guint _AlpVolumeSvcsFSinfo::index
 

index of this entry in the GArray as first received i.e.

user inserts or removes will render such inaccurate

gchar* _AlpVolumeSvcsFSinfo::name
 

optional label on the volume (e.g.myphotos)

gchar* _AlpVolumeSvcsFSinfo::slot
 

optional vendor supplied name of the slot (e.g. top)

guint64 _AlpVolumeSvcsFSinfo::total_files
 

total allowed files on this storage (mounted volumes only)

guint64 _AlpVolumeSvcsFSinfo::total_space
 

total storage size in bytes (mounted volumes only)

gchar* _AlpVolumeSvcsFSinfo::udi
 

present if a pluggable device holds this storage NULL otherwise

guint64 _AlpVolumeSvcsFSinfo::used_files
 

existing files on this storage (mounted volumes only)

guint64 _AlpVolumeSvcsFSinfo::used_space
 

used space in bytes (mounted volumes only)

gchar* _AlpVolumeSvcsFSinfo::uuid
 

a string unique to this storage if pluggable NULL otherwise

gchar* _AlpVolumeSvcsFSinfo::vendor_model
 

optional string of manufactuer & model of the device


The documentation for this struct was generated from the following file:
Generated on Sat Dec 16 20:29:49 2006 for hiker-0.9 by  doxygen 1.4.4