#include <volume-monitor.h>
|
(Note that these are not member functions.)
|
| Glib::RefPtr< Gnome::Vfs::VolumeMonitor > | wrap (GnomeVFSVolumeMonitor *object, bool take_copy=false) |
| | A Glib::wrap() method for this object. More...
|
| |
◆ ~VolumeMonitor()
| virtual Gnome::Vfs::VolumeMonitor::~VolumeMonitor |
( |
| ) |
|
|
virtual |
◆ create()
| static Glib::RefPtr<VolumeMonitor> Gnome::Vfs::VolumeMonitor::create |
( |
| ) |
|
|
static |
◆ get_connected_drives() [1/2]
| Glib::ListHandle< Glib::RefPtr<Drive> > Gnome::Vfs::VolumeMonitor::get_connected_drives |
( |
| ) |
|
◆ get_connected_drives() [2/2]
| Glib::ListHandle< Glib::RefPtr<const Drive> > Gnome::Vfs::VolumeMonitor::get_connected_drives |
( |
| ) |
const |
◆ get_drive() [1/2]
| Glib::RefPtr<Drive> Gnome::Vfs::VolumeMonitor::get_drive |
( |
gulong |
id | ) |
|
◆ get_drive() [2/2]
| Glib::RefPtr<const Drive> Gnome::Vfs::VolumeMonitor::get_drive |
( |
gulong |
id | ) |
const |
◆ get_mounted_volumes() [1/2]
| Glib::ListHandle< Glib::RefPtr<Volume> > Gnome::Vfs::VolumeMonitor::get_mounted_volumes |
( |
| ) |
|
◆ get_mounted_volumes() [2/2]
| Glib::ListHandle< Glib::RefPtr<const Volume> > Gnome::Vfs::VolumeMonitor::get_mounted_volumes |
( |
| ) |
const |
◆ get_volume() [1/4]
| Glib::RefPtr<Volume> Gnome::Vfs::VolumeMonitor::get_volume |
( |
const Glib::ustring & |
path | ) |
|
◆ get_volume() [2/4]
| Glib::RefPtr<const Volume> Gnome::Vfs::VolumeMonitor::get_volume |
( |
const Glib::ustring & |
path | ) |
const |
◆ get_volume() [3/4]
| Glib::RefPtr<Volume> Gnome::Vfs::VolumeMonitor::get_volume |
( |
gulong |
id | ) |
|
◆ get_volume() [4/4]
| Glib::RefPtr<const Volume> Gnome::Vfs::VolumeMonitor::get_volume |
( |
gulong |
id | ) |
const |
◆ gobj() [1/2]
| GnomeVFSVolumeMonitor* Gnome::Vfs::VolumeMonitor::gobj |
( |
| ) |
|
|
inline |
Provides access to the underlying C GObject.
◆ gobj() [2/2]
| const GnomeVFSVolumeMonitor* Gnome::Vfs::VolumeMonitor::gobj |
( |
| ) |
const |
|
inline |
Provides access to the underlying C GObject.
◆ gobj_copy()
| GnomeVFSVolumeMonitor* Gnome::Vfs::VolumeMonitor::gobj_copy |
( |
| ) |
|
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
◆ on_drive_connected()
| virtual void Gnome::Vfs::VolumeMonitor::on_drive_connected |
( |
const Glib::RefPtr< Drive > & |
drive | ) |
|
|
protectedvirtual |
◆ on_drive_disconnected()
| virtual void Gnome::Vfs::VolumeMonitor::on_drive_disconnected |
( |
const Glib::RefPtr< Drive > & |
drive | ) |
|
|
protectedvirtual |
◆ on_volume_mounted()
| virtual void Gnome::Vfs::VolumeMonitor::on_volume_mounted |
( |
const Glib::RefPtr< Volume > & |
volume | ) |
|
|
protectedvirtual |
◆ on_volume_pre_unmount()
| virtual void Gnome::Vfs::VolumeMonitor::on_volume_pre_unmount |
( |
const Glib::RefPtr< Volume > & |
volume | ) |
|
|
protectedvirtual |
◆ on_volume_unmounted()
| virtual void Gnome::Vfs::VolumeMonitor::on_volume_unmounted |
( |
const Glib::RefPtr< Volume > & |
volume | ) |
|
|
protectedvirtual |
◆ signal_drive_connected()
| Glib::SignalProxy1< void,const Glib::RefPtr<Drive>& > Gnome::Vfs::VolumeMonitor::signal_drive_connected |
( |
| ) |
|
- Prototype:
void on_my_drive_connected(const Glib::RefPtr<Drive>& drive)
◆ signal_drive_disconnected()
| Glib::SignalProxy1< void,const Glib::RefPtr<Drive>& > Gnome::Vfs::VolumeMonitor::signal_drive_disconnected |
( |
| ) |
|
- Prototype:
void on_my_drive_disconnected(const Glib::RefPtr<Drive>& drive)
◆ signal_volume_mounted()
| Glib::SignalProxy1< void,const Glib::RefPtr<Volume>& > Gnome::Vfs::VolumeMonitor::signal_volume_mounted |
( |
| ) |
|
- Prototype:
void on_my_volume_mounted(const Glib::RefPtr<Volume>& volume)
◆ signal_volume_pre_unmount()
| Glib::SignalProxy1< void,const Glib::RefPtr<Volume>& > Gnome::Vfs::VolumeMonitor::signal_volume_pre_unmount |
( |
| ) |
|
- Prototype:
void on_my_volume_pre_unmount(const Glib::RefPtr<Volume>& volume)
◆ signal_volume_unmounted()
| Glib::SignalProxy1< void,const Glib::RefPtr<Volume>& > Gnome::Vfs::VolumeMonitor::signal_volume_unmounted |
( |
| ) |
|
- Prototype:
void on_my_volume_unmounted(const Glib::RefPtr<Volume>& volume)
◆ wrap()
A Glib::wrap() method for this object.
- Parameters
-
| object | The C instance. |
| take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |
- Returns
- A C++ instance that wraps this C instance.
The documentation for this class was generated from the following file: