After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 140952 - non-static VolumeMonitor::create();
non-static VolumeMonitor::create();
Status: RESOLVED FIXED
Product: gnome-vfsmm
Classification: Deprecated
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2004-04-23 17:40 UTC by Bryan Forbes
Modified: 2011-01-16 23:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to make VolumeMonitor::create() static (1.29 KB, patch)
2004-04-23 17:41 UTC, Bryan Forbes
none Details | Review

Description Bryan Forbes 2004-04-23 17:40:13 UTC
The create() method of VolumeMonitor needs to be static so we can create a
VolumeMonitor without an object.
Comment 1 Bryan Forbes 2004-04-23 17:41:11 UTC
Created attachment 27023 [details] [review]
Patch to make VolumeMonitor::create() static
Comment 2 Murray Cumming 2004-04-23 17:45:02 UTC
This does theoretically break API and ABI, but nobody could have been using it
already, so it will not actually break any Applications. I suggest that we apply
this ASAP. Thank you.
Comment 3 Bryan Forbes 2004-04-23 17:47:33 UTC
committed.