#include <monitor-handle.h>
Public Types | |
typedef sigc::slot< void, const MonitorHandle &, const Glib::ustring &, const Glib::ustring &, MonitorEventType > | SlotMonitor |
e.g. void on_monitor(const Gnome::Vfs::MonitorHandle& handle, const Glib::ustring& monitor_uri, const Glib::ustring& info_uri, Gnome::Vfs::MonitorEventType type); | |
Public Member Functions | |
MonitorHandle () | |
virtual | ~MonitorHandle () |
void | add (const Glib::ustring &text_uri, MonitorType type, const SlotMonitor &slot) throw (exception) |
void | cancel () throw (exception) |
GnomeVFSMonitorHandle ** | gobj_addr () |
GnomeVFSMonitorHandle * | gobj () |
const GnomeVFSMonitorHandle * | gobj () const |
|
e.g. void on_monitor(const Gnome::Vfs::MonitorHandle& handle, const Glib::ustring& monitor_uri, const Glib::ustring& info_uri, Gnome::Vfs::MonitorEventType type);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|