GNOME Bugzilla – Bug 140952
non-static VolumeMonitor::create();
Last modified: 2011-01-16 23:36:16 UTC
The create() method of VolumeMonitor needs to be static so we can create a VolumeMonitor without an object.
Created attachment 27023 [details] [review] Patch to make VolumeMonitor::create() static
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.
committed.