diff options
author | Kjell Ahlstedt <kjellahlstedt@gmail.com> | 2019-03-15 18:20:50 +0100 |
---|---|---|
committer | Kjell Ahlstedt <kjellahlstedt@gmail.com> | 2019-03-15 18:20:50 +0100 |
commit | c095eeaee5d498b26ff4fb59a97b1b4c3c7951b7 (patch) | |
tree | cc8696d3686b36b4f766339d5823609fbe93bbd3 /gio/src/volumemonitor.hg | |
parent | 78101fa72ce8822e359823ea7e9bc92ea51b4904 (diff) | |
download | glibmm-c095eeaee5d498b26ff4fb59a97b1b4c3c7951b7.tar.gz |
Put _WRAP_VFUNC in protected sections
Diffstat (limited to 'gio/src/volumemonitor.hg')
-rw-r--r-- | gio/src/volumemonitor.hg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gio/src/volumemonitor.hg b/gio/src/volumemonitor.hg index d36e0d31..bba03cce 100644 --- a/gio/src/volumemonitor.hg +++ b/gio/src/volumemonitor.hg @@ -75,7 +75,8 @@ public: _WRAP_SIGNAL(void drive_eject_button(const Glib::RefPtr<Drive>& drive), drive_eject_button) _WRAP_SIGNAL(void drive_stop_button(const Glib::RefPtr<Drive>& drive), drive_stop_button) - //TODO: Use ListHandle? +protected: + //TODO: Use ListHandler? //_WRAP_VFUNC(GList* get_volumes(), get_volumes) //_WRAP_VFUNC(GList* get_mounts(), get_mounts) |