From: David Zeuthen Date: Tue, 2 Oct 2012 17:44:09 +0000 (-0400) Subject: Fix docs for udisks_daemon_launch_spawned_job() X-Git-Tag: upstream/2.1.2~123^2~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=343f8338f3e878f1f9fafcd2f50bef453c096da5;p=platform%2Fupstream%2Fudisks2.git Fix docs for udisks_daemon_launch_spawned_job() Signed-off-by: David Zeuthen --- diff --git a/src/udisksdaemon.c b/src/udisksdaemon.c index e763b5c..7236a0d 100644 --- a/src/udisksdaemon.c +++ b/src/udisksdaemon.c @@ -631,6 +631,8 @@ udisks_daemon_launch_threaded_job (UDisksDaemon *daemon, * udisks_daemon_launch_spawned_job: * @daemon: A #UDisksDaemon. * @object: (allow-none): A #UDisksObject to add to the job or %NULL. + * @job_operation: The operation for the job. + * @job_started_by_uid: The user who started the job. * @cancellable: A #GCancellable or %NULL. * @run_as_uid: The #uid_t to run the command as. * @run_as_euid: The effective #uid_t to run the command as.