dbus test: add function to initialise for testing
commitb9e39fc6812d06769bbeec491e6dc2b71d697599
authorRyan Lortie <desrt@desrt.ca>
Wed, 11 Jul 2012 15:32:37 +0000 (11 11:32 -0400)
committerRyan Lortie <desrt@desrt.ca>
Wed, 11 Jul 2012 15:34:10 +0000 (11 11:34 -0400)
tree5794b6df0046d99d160ec12ada842471660db101
parent8b238d78d86068b1c5d002865d59ffb906f0432f
dbus test: add function to initialise for testing

We were hardcoding g_type_init() in the D-Bus testcase because the GDBus
backend depended on that happening.  That is not true for the libdbus-1
backend, so split it out into a separate function implemeneted by the
backend.
engine/dconf-engine.h
gdbus/dconf-gdbus-filter.c
gdbus/dconf-gdbus-thread.c
tests/dbus.c