GNOME Bugzilla – Bug 721461
client: remove GVfsUriMountInfo
Last modified: 2014-01-20 09:21:27 UTC
Found this while inspecting the code for other purposes.
Created attachment 265305 [details] [review] client: remove GVfsUriMountInfo This structure is too similar to GMountSpec to deserve a presence (it's essentially a GMountSpec with a path). By removing it we can remove some code and avoid wasteful allocations in sensitive paths such as creating and traversing GFiles.
Attachment 265305 [details] pushed as 5de780f - client: remove GVfsUriMountInfo