summaryrefslogtreecommitdiff
path: root/gio/src/volumemonitor.hg
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2008-02-03 12:18:54 +0000
committerMurray Cumming <murrayc@src.gnome.org>2008-02-03 12:18:54 +0000
commit475c4563b5503b3a22e80740168b61390aad9491 (patch)
treee858efe6789735a8c90c42d527718250dcafea05 /gio/src/volumemonitor.hg
parent1cc58bf8ec15117d2195620f765ac54273a8a97e (diff)
downloadglibmm-475c4563b5503b3a22e80740168b61390aad9491.tar.gz
Add class documentation, now that there is some in gio. Add class
2008-02-03 Murray Cumming <murrayc@murrayc.com> * gio/src/filemonitor.hg: Add class documentation, now that there is some in gio. * gio/src/volumemonitor.hg: Add class documentation. Remove _DO_NOT_DERIVE_GTYPE because gio no longer abuses the type system - see bug #511814. svn path=/trunk/; revision=571
Diffstat (limited to 'gio/src/volumemonitor.hg')
-rw-r--r--gio/src/volumemonitor.hg9
1 files changed, 4 insertions, 5 deletions
diff --git a/gio/src/volumemonitor.hg b/gio/src/volumemonitor.hg
index a0aaf5c3..f47a867f 100644
--- a/gio/src/volumemonitor.hg
+++ b/gio/src/volumemonitor.hg
@@ -28,16 +28,15 @@ namespace Gio
{
/** Monitors a file or directory for changes.
- * TODO: Documentation: See http://bugzilla.gnome.org/show_bug.cgi?id=509994.
+ * VolumeMonitor is for listing the user-interesting devices and volumes on the
+ * computer. In other words, what a file selector or file manager would show in
+ * a sidebar.
+ *
* @newin2p16
*/
class VolumeMonitor : public Glib::Object
{
_CLASS_GOBJECT(VolumeMonitor, GVolumeMonitor, G_VOLUME_MONITOR, Glib::Object, GObject)
- //We do not create a derived GType for this wrapper class because gio would then try to use it as a possible native volume monitor.
- //See bug http://bugzilla.gnome.org/show_bug.cgi?id=511814
- //Note that this means that we can't have default signal handlers of vfuncs.
- _DO_NOT_DERIVE_GTYPE
protected:
public: