Don't use GIO in GTestDBus setup
authorMatthias Clasen <mclasen@redhat.com>
Mon, 6 Aug 2012 16:08:21 +0000 (12:08 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 6 Aug 2012 16:08:21 +0000 (12:08 -0400)
commitb55a2a2005cd45932bda56810aecbc5ac784fb4d
treeb82b81b2be4780dca23f7fcbb8f9780a3669fb29
parent197ebb3be4fe01ac5da536157a9b6951f2871d01
Don't use GIO in GTestDBus setup

Using GIO here may cause the gvfs module to be loaded, which
in turn gets onto the session bus to talk to gvfsd - not ideal
if you are trying to control the session bus life cycle. Instead,
just use old-fashioned glib file utils.
gio/gtestdbus.c