chiark / gitweb /
systemctl: add --block switch for synchronous starting of units
[elogind.git] / src / systemadm.vala
index b28759a07604cec90a2c0adc1d9cc837326a364c..9e4a2a23409c88ed7dd1130088519191ae20d48a 100644 (file)
@@ -728,7 +728,7 @@ public class MainWindow : Window {
                 } while (unit_model.iter_next(ref iter));
         }
 
-        public void on_job_removed(uint32 id, ObjectPath path) {
+        public void on_job_removed(uint32 id, ObjectPath path, bool success) {
                 TreeIter iter;
                 if (!(job_model.get_iter_first(out iter)))
                         return;