From 89ebf64bb6ad9fe06de279f2626c3274b347f920 Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Fri, 12 Oct 2012 09:48:18 -0400 Subject: [PATCH] UDisksClient: Add reference to Job:Operation to get_job_description() docs Signed-off-by: David Zeuthen --- udisks/udisksclient.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/udisks/udisksclient.c b/udisks/udisksclient.c index 4d2b298..e24f68b 100644 --- a/udisks/udisksclient.c +++ b/udisks/udisksclient.c @@ -2330,6 +2330,10 @@ udisks_client_get_partition_type_for_display (UDisksClient *client, * Gets a human-readable and localized text string describing the * operation of @job. * + * For known job types, see the documentation for the + * Job:Operation + * D-Bus property. + * * Returns: A string that should be freed with g_free(). */ gchar * -- 2.7.4