[Evolution-hackers] Removing code duplicated in GLib



Hi,

I noticed today that EDS 1.9.1 bumped the Glib requirement to GLib 2.10,
which is great news as there is much in that release we can use, and
remove duplicated code from EDS.

http://bugzilla.gnome.org/show_bug.cgi?id=383686 is one such patch: it
turns e_util_mkdir_hier() into a one-line wrapper around
g_mkdir_with_parents() (no fallback any more for pre-GLib 2.8), marks it
as deprecated, and replaces all of its callers in EDS with the GLib
call.

If this gets the OK to commit, I can make more patches: a fair bit of
code is conditionally using GMappedFile for example when we can now
assume it is present.

Ross
-- 
Ross Burton                                 mail: ross burtonini com
                                          jabber: ross burtonini com
                                     www: http://www.burtonini.com./
 PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF

Attachment: signature.asc
Description: This is a digitally signed message part



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]