summaryrefslogtreecommitdiff
path: root/gio/src/icon.hg
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2008-02-20 13:43:43 +0000
committerMurray Cumming <murrayc@src.gnome.org>2008-02-20 13:43:43 +0000
commitbf6341993dc5e9c4136d383953a49919f2dc8546 (patch)
tree1c2259b171782aa24c7249ebd230cb22b26b4789 /gio/src/icon.hg
parent5af945d933bce5e4b44b08c57c4d9ed1723dfa63 (diff)
downloadglibmm-bf6341993dc5e9c4136d383953a49919f2dc8546.tar.gz
Comment out _WRAP_VFUNC() lines because we decided that they are not
2008-02-20 Murray Cumming <murrayc@murrayc.com> * gio/src/appinfo.hg: * gio/src/bufferedinputstream.hg: * gio/src/drive.hg: * gio/src/file.hg: * gio/src/filemonitor.hg: * gio/src/icon.hg: * gio/src/seekable.hg: * gio/src/volume.hg: * gio/src/volumemonitor.hg: Comment out _WRAP_VFUNC() lines because we decided that they are not useful (people will not create new implementations with giomm) and are a potential source of errors. svn path=/trunk/; revision=606
Diffstat (limited to 'gio/src/icon.hg')
-rw-r--r--gio/src/icon.hg2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/src/icon.hg b/gio/src/icon.hg
index 6c4dda2e..5f0671d3 100644
--- a/gio/src/icon.hg
+++ b/gio/src/icon.hg
@@ -51,7 +51,7 @@ public:
// be available to derived classes?
bool equal(const Glib::RefPtr<Icon>& other) const;
- _WRAP_VFUNC(guint hash() const, "hash")
+ //_WRAP_VFUNC(guint hash() const, "hash")
// TODO: also kind of related to equal() being virtual or not,
// do we need to have equal_vfunc()? Or rather, why would we want