Re: [libvirt] [PATCH v4 0/4] Rewrite virGetUser*Directory() functions using g_get_*_dir()

2019-12-18 Thread Cole Robinson
On 12/18/19 11:26 AM, Fabiano FidĂȘncio wrote: > By rewriting virGetUser*Directory() functions using g_get_*_dir() > functions allows us to drop all the different implementations we > keep, as GLib already takes care of those for us. > > Changes since v3: > https://www.redhat.com/archives/libvir-li

[libvirt] [PATCH v4 0/4] Rewrite virGetUser*Directory() functions using g_get_*_dir()

2019-12-18 Thread Fabiano FidĂȘncio
By rewriting virGetUser*Directory() functions using g_get_*_dir() functions allows us to drop all the different implementations we keep, as GLib already takes care of those for us. Changes since v3: https://www.redhat.com/archives/libvir-list/2019-December/msg01123.html - Used g_build_filename() i