_Volume Struct Reference

Data Fields

const char * id
 
int perc_backup
 
const char * label
 
const char * icon
 
const char * device
 
const char * mount_point
 
const char * fstype
 
unsigned long long size
 
unsigned long long free_space
 
Eina_Bool mounted
 
const char * bus
 
const char * drive_type
 
const char * model
 
const char * vendor
 
const char * serial
 
Eina_Bool removable
 
Eina_Bool requires_eject
 
Eina_Bool media_available
 
Eina_Bool remote
 
Eina_Bool unlocked
 
Eina_Bool encrypted
 
Eina_Bool valid
 
Eina_Bool to_mount
 
Eina_Bool force_open
 
Eina_List * objs
 
void(* mount_func )(Volume *vol, Eina_List *opts)
 
void(* unmount_func )(Volume *vol, Eina_List *opts)
 
void(* eject_func )(Volume *vol, Eina_List *opts)
 
void(* free_func )(Volume *vol)
 
void * backend_data