From b52cfc45d962a74b86e35f3ad26418a4227a710a Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 3 Dec 2012 17:31:37 +0000 Subject: [PATCH 1/6] _dbus_spawn_async_with_babysitter: correct documentation env is used as you'd expect now. --- dbus/dbus-spawn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbus/dbus-spawn.c b/dbus/dbus-spawn.c index 55a7e1e..5431602 100644 --- a/dbus/dbus-spawn.c +++ b/dbus/dbus-spawn.c @@ -1127,7 +1127,7 @@ babysit (pid_t grandchild_pid, * * @param sitter_p return location for babysitter or #NULL * @param argv the executable and arguments - * @param env the environment (not used on unix yet) + * @param env the environment, or #NULL to copy the parent's * @param child_setup function to call in child pre-exec() * @param user_data user data for setup function * @param error error object to be filled in if function fails -- 1.7.10.4