GNOME Bugzilla – Bug 585237
use gfile everywhere
Last modified: 2009-09-10 20:12:30 UTC
The comment functions mostly take URI arguments currently. They should migrate to gfiles. path_lists should be converted to lists of gfiles (or FileDatas, which contain a gfile). Basically, we should grep and remove every instance of fd->utf8_path, where possible. - Mike
The monitor functions also need to be gfile'd. - Mike
Fixed in ext branch.