From: David Zeuthen Date: Tue, 2 Oct 2012 17:44:52 +0000 (-0400) Subject: Fix docs for udisks_daemon_launch_threaded_job() X-Git-Tag: upstream/2.1.2~123^2~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=079e7864cb5315c9041c522b56ba8d3a35cf9552;p=platform%2Fupstream%2Fudisks2.git Fix docs for udisks_daemon_launch_threaded_job() Signed-off-by: David Zeuthen --- diff --git a/src/udisksdaemon.c b/src/udisksdaemon.c index 7dca39b..fc774b5 100644 --- a/src/udisksdaemon.c +++ b/src/udisksdaemon.c @@ -560,6 +560,8 @@ udisks_daemon_launch_simple_job (UDisksDaemon *daemon, * udisks_daemon_launch_threaded_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. * @job_func: The function to run in another thread. * @user_data: User data to pass to @job_func. * @user_data_free_func: Function to free @user_data with or %NULL.