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 510080 - Patch for a few giomm fixes (patch for revision 513 of subversion)
Patch for a few giomm fixes (patch for revision 513 of subversion)
Status: RESOLVED FIXED
Product: glibmm
Classification: Bindings
Component: general
2.15.x
Other All
: Normal normal
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2008-01-17 05:59 UTC by José Alburquerque
Modified: 2008-01-18 19:54 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20


Attachments
Few changes to giomm (from todo's in source files) (29.63 KB, patch)
2008-01-17 06:02 UTC, José Alburquerque
committed Details | Review

Description José Alburquerque 2008-01-17 05:59:27 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:
Comment 1 José Alburquerque 2008-01-17 06:02:57 UTC
Created attachment 103044 [details] [review]
Few changes to giomm (from todo's in source files)
Comment 2 Marko Anastasov 2008-01-17 19:18:29 UTC
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.
Comment 3 Murray Cumming 2008-01-18 18:32:35 UTC
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.
Comment 4 José Alburquerque 2008-01-18 19:54:52 UTC
(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.