GNOME Bugzilla – Bug 377908
Change definition of CamelFolderInfo
Last modified: 2013-09-14 16:49:45 UTC
CamelFolderInfo.unread and CamelFolderInfo.total are often initialized to (-1) even though they are unsigned. This patch will change the definition of these structure member to gint32 instead of gunit32. I will attach the patch to this bugzilla entry.
Created attachment 76991 [details] [review] Change definition of CamelFolderInfo
Anyone having an oppinion on this one?
Can someone please look at this?
Changing the signess still maintains/complies_with ABI right? /me is confused again (bug #414191 )
Well, I might naturally be wrong (and am from time to time) but I'm fairly sure that changing the sign-ness won't break the ABI as the struct member isn't moved and hasn't changed size in any way.
Right. Please commit Jules.
done