From: Simon McVittie Date: Mon, 3 Dec 2012 17:31:37 +0000 (+0000) Subject: _dbus_spawn_async_with_babysitter: correct documentation X-Git-Tag: dbus-1.8.2~96 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=33fcec4a47bfa9365a7004d00e308f05720d96cd;p=platform%2Fupstream%2Fdbus.git _dbus_spawn_async_with_babysitter: correct documentation env is used as you'd expect now. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=60859 Reviewed-by: Chengwei Yang --- diff --git a/dbus/dbus-spawn.c b/dbus/dbus-spawn.c index 8965b58..bd7aaf8 100644 --- a/dbus/dbus-spawn.c +++ b/dbus/dbus-spawn.c @@ -1130,7 +1130,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