GNOME Bugzilla – Bug 510080
Patch for a few giomm fixes (patch for revision 513 of subversion)
Last modified: 2008-01-18 19:54:52 UTC
Please describe the problem: Thought I'd help out a bit with glibmm by fixing a few things. They are probably outdated now (here have been a few changes since completion of these fixes) but maybe some of what's there can be useful. Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Other information:
Created attachment 103044 [details] [review] Few changes to giomm (from todo's in source files)
Thanks, I have committed the changes which do not overlap with recent work in trunk (Mount, Seekable). I have also kept back the addition FileAttributeInfo::empty() for now.
I also added the Mount::unmount(), remount() and eject() methods from this patch, after reordering the parameters, and adding a remount(void). Note that slots should be passed as const reference.
(In reply to comment #3) > I also added the Mount::unmount(), remount() and eject() methods from this > patch, after reordering the parameters, and adding a remount(void). Note that > slots should be passed as const reference. > Okay. Thanks.