allow job-num-tasks to be 0 (meaning "unknown")
authorDavid Zeuthen <davidz@redhat.com>
Mon, 30 Mar 2009 21:15:08 +0000 (17:15 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Mon, 30 Mar 2009 21:15:08 +0000 (17:15 -0400)
http://bugzilla.gnome.org/show_bug.cgi?id=575854

src/org.freedesktop.DeviceKit.Disks.Device.xml

index b0b5402..842e662 100644 (file)
         <doc:doc><doc:summary>The UNIX user id of the user who initiated the job.</doc:summary></doc:doc>
       </arg>
       <arg name="job-num-tasks" type="i">
-        <doc:doc><doc:summary>Number of tasks in the job.</doc:summary></doc:doc>
+        <doc:doc><doc:summary>Number of tasks in the job or zero if unknown.</doc:summary></doc:doc>
       </arg>
       <arg name="job-cur-task" type="i">
         <doc:doc><doc:summary>Current task number (zero-based offset).</doc:summary></doc:doc>