chiark / gitweb /
util: include `stdarg.h`
[elogind.git] / src / systemadm.vala
index 33777b6b8bb27c7f2e4adacf35117106b06ecf50..c262794cb719066dfb7312ef907d9335aac49fc7 100644 (file)
@@ -762,7 +762,7 @@ public class MainWindow : Window {
                 } while (unit_model.iter_next(ref iter));
         }
 
-        public void on_job_removed(uint32 id, ObjectPath path, bool success) {
+        public void on_job_removed(uint32 id, ObjectPath path, string res) {
                 TreeIter iter;
                 if (!(job_model.get_iter_first(out iter)))
                         return;