Export dbus_setenv() as a utility function
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 5 Jun 2013 18:58:22 +0000 (19:58 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 23 Aug 2013 10:40:50 +0000 (11:40 +0100)
commit412538b3b9fb424c3af313815c3928a9ec221ad7
treee459e1ced2ed8444a2a15f160e5ce239e20718bf
parent30fa2e1ace062314e9624b29239c2c7e9519e6c2
Export dbus_setenv() as a utility function

It's sufficiently portable that GLib has an equivalent, and I really
don't want to have to either open-code it in dbus-run-session or
link dbus-run-session statically. We have enough statically-linked
rubbish already.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=39196
Reviewed-by: Colin Walters <walters@verbum.org>
bus/activation-helper.c
bus/config-parser.c
bus/dispatch.c
bus/test-launch-helper.c
dbus/dbus-bus.c
dbus/dbus-misc.h
dbus/dbus-server-launchd.c
dbus/dbus-sysdeps.c
dbus/dbus-sysdeps.h
test/name-test/test-autolaunch.c