diff options
author | Murray Cumming <murrayc@murrayc.com> | 2008-02-03 12:28:09 +0000 |
---|---|---|
committer | Murray Cumming <murrayc@src.gnome.org> | 2008-02-03 12:28:09 +0000 |
commit | aaccdc2ace9a0893f5775007f601f339d4f96255 (patch) | |
tree | 926060768f6a60223291abaf944ab5dfd76a2a31 /gio/src/volumemonitor.hg | |
parent | 475c4563b5503b3a22e80740168b61390aad9491 (diff) | |
download | glibmm-aaccdc2ace9a0893f5775007f601f339d4f96255.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=572
Diffstat (limited to 'gio/src/volumemonitor.hg')
-rw-r--r-- | gio/src/volumemonitor.hg | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gio/src/volumemonitor.hg b/gio/src/volumemonitor.hg index f47a867f..c813c198 100644 --- a/gio/src/volumemonitor.hg +++ b/gio/src/volumemonitor.hg @@ -58,8 +58,7 @@ public: _WRAP_METHOD(static Glib::RefPtr<Volume> adopt_orphan_mount(const Glib::RefPtr<Mount>& mount), g_volume_monitor_adopt_orphan_mount) - //TODO: signals - //We can't wrap the vfuncs because we are using DO_NOT_DERIVE_GTYPE. + //TODO: signals, vfuncs //There are no properties. }; |