summaryrefslogtreecommitdiff
path: root/gio/src/volumemonitor.hg
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2010-06-08 17:03:15 +0200
committerMurray Cumming <murrayc@murrayc.com>2010-06-08 17:04:17 +0200
commitbafd0dcf7d3423e1cbaafe85fd6d4aa17bf67831 (patch)
treec03b16ec56ab04d7242491c427694d986928d29b /gio/src/volumemonitor.hg
parentd5896a69aef6c7e96059279e43ced7fec9d4eea6 (diff)
downloadglibmm-bafd0dcf7d3423e1cbaafe85fd6d4aa17bf67831.tar.gz
Remove a junk line from VolumeMonitor.hg.
* gio/src/volumemonitor.hg: Remove this line because it must have been an accidental paste or some other confusion: gboolean (*is_supported) (void); It is API but not anything anybody ever would have used.
Diffstat (limited to 'gio/src/volumemonitor.hg')
-rw-r--r--gio/src/volumemonitor.hg2
1 files changed, 0 insertions, 2 deletions
diff --git a/gio/src/volumemonitor.hg b/gio/src/volumemonitor.hg
index 2e4d4c8c..fbec111a 100644
--- a/gio/src/volumemonitor.hg
+++ b/gio/src/volumemonitor.hg
@@ -85,8 +85,6 @@ _DEPRECATE_IFDEF_END
_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);
-
//TODO: Use ListHandle?
//_WRAP_VFUNC(GList* get_volumes(), get_volumes)
//_WRAP_VFUNC(GList* get_mounts(), get_mounts)