From 8940f2a45462051e2d76f555bb962a2b19efa17a Mon Sep 17 00:00:00 2001 From: rong wang Date: Thu, 21 Nov 2024 21:16:38 +0800 Subject: [PATCH] doc: fix docstring for udisks_threaded_job_start --- src/udisksthreadedjob.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/udisksthreadedjob.c b/src/udisksthreadedjob.c index 93380135cc..aff251129b 100644 --- a/src/udisksthreadedjob.c +++ b/src/udisksthreadedjob.c @@ -372,7 +372,7 @@ udisks_threaded_job_new (UDisksThreadedJobFunc job_func, * Start the @job. Connect to the #UDisksThreadedJob::threaded-job-completed or * #UDisksJob::completed signals to get notified when the job is done. * - * */ + */ void udisks_threaded_job_start (UDisksThreadedJob *job) {