|
Public Types |
typedef sigc::slot< void,
bool, Glib::ustring, Glib::ustring > | OpSlot |
| | For instance, void on_operation(bool succeeded, const Glib::ustring& error, const Glib::ustring& detailed_error);.
|
Public Member Functions |
| virtual | ~Volume () |
| GnomeVFSVolume * | gobj () |
| | Provides access to the underlying C GObject.
|
| const GnomeVFSVolume * | gobj () const |
| | Provides access to the underlying C GObject.
|
| GnomeVFSVolume * | gobj_copy () |
| | Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
|
| gulong | get_id () const |
| VolumeType | get_volume_type () const |
| DeviceType | get_device_type () const |
| Glib::RefPtr< Drive > | get_drive () const |
| Glib::ustring | get_device_path () const |
| Glib::ustring | get_activation_uri () const |
| Glib::ustring | get_filesystem_type () const |
| Glib::ustring | get_display_name () const |
| Glib::ustring | get_icon () const |
| bool | is_user_visible () const |
| bool | is_read_only () const |
| bool | is_mounted () const |
| bool | handles_trash () const |
| void | unmount (const OpSlot &slot) |
| void | eject (const OpSlot &slot) |
Static Public Member Functions |
| static int | compare (const Glib::RefPtr< const Volume > &a, const Glib::RefPtr< const Volume > &b) |
| static void | connect_to_server (const Glib::ustring &uri, const Glib::ustring &display_name, const Glib::ustring &icon) |
Related Functions |
(Note that these are not member functions.)
|
| Glib::RefPtr< Gnome::Vfs::Volume > | wrap (GnomeVFSVolume *object, bool take_copy=false) |