summaryrefslogtreecommitdiff
path: root/gio/src/volumemonitor.hg
diff options
context:
space:
mode:
authorJonathon Jongsma <jonathon@quotidian.org>2009-07-09 23:03:51 +0100
committerJonathon Jongsma <jonathon@quotidian.org>2009-07-09 23:04:36 +0100
commit3bd0990be87051743d8f999c0d585867d9506360 (patch)
treeee483771adecc025b0e2fe7ea639ecfe419eed33 /gio/src/volumemonitor.hg
parent48932911e530257c7bc0ea5bfd8a13222e94a3db (diff)
downloadglibmm-3bd0990be87051743d8f999c0d585867d9506360.tar.gz
implement Gio::VolumeMonitor::drive-stop-button
Diffstat (limited to 'gio/src/volumemonitor.hg')
-rw-r--r--gio/src/volumemonitor.hg2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/src/volumemonitor.hg b/gio/src/volumemonitor.hg
index a7c5633a..93cccd80 100644
--- a/gio/src/volumemonitor.hg
+++ b/gio/src/volumemonitor.hg
@@ -75,6 +75,7 @@ public:
//TODO: Remove no_default_handler when we can break ABI:
_WRAP_SIGNAL(void drive_eject_button(const Glib::RefPtr<Drive>& drive), drive_eject_button, no_default_handler)
+ _WRAP_SIGNAL(void drive_stop_button(const Glib::RefPtr<Drive>& drive), drive_stop_button, no_default_handler)
gboolean (*is_supported) (void);
@@ -88,7 +89,6 @@ public:
#m4 _CONVERSION(`Glib::RefPtr<Mount>',`GMount*',__CONVERT_CONST_REFPTR_TO_P)
//_WRAP_VFUNC(Glib::RefPtr<Mount> get_mount_for_uuid(const std::string& uuid), get_mount_for_uuid)
-
//There are no properties.
};