55 typedef sigc::slot<void, const MonitorHandle&, const Glib::ustring&, const Glib::ustring&, MonitorEventType>
SlotMonitor;
57#ifdef GLIBMM_EXCEPTIONS_ENABLED
61 void add(
const Glib::ustring& text_uri,
MonitorType type,
const SlotMonitor& slot, std::auto_ptr<Gnome::Vfs::exception>& error);
62 void cancel(std::auto_ptr<Gnome::Vfs::exception>& error);
66 GnomeVFSMonitorHandle*
gobj();
67 const GnomeVFSMonitorHandle*
gobj()
const;
71 GnomeVFSMonitorHandle* gobj_;
72 SignalProxy_Monitor* proxy_;
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,...
Definition monitor-handle.h:55