_dbus_spawn_async_with_babysitter: correct documentation
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 3 Dec 2012 17:31:37 +0000 (17:31 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 23 Oct 2013 16:20:07 +0000 (17:20 +0100)
env is used as you'd expect now.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=60859
Reviewed-by: Chengwei Yang <chengwei.yang@intel.com>
dbus/dbus-spawn.c

index 8965b58..bd7aaf8 100644 (file)
@@ -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