Remove unused org.freedesktop.systemd1.Manager D-Bus methods
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>
Mon, 30 Jul 2012 14:51:04 +0000 (15:51 +0100)
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>
Mon, 30 Jul 2012 15:23:36 +0000 (16:23 +0100)
We don't need to generate code for these methods unless we actually
intend to use them.

boot-manager/systemd-manager-dbus.xml

index 3df2b21..c46f310 100644 (file)
       <arg name="job" type="o" direction="out"/>
     </method>
 
-    <method name="RestartUnit">
-      <arg name="name" type="s" direction="in"/>
-      <arg name="mode" type="s" direction="in"/>
-      <arg name="job" type="o" direction="out"/>
-    </method>
-
-    <method name="KillUnit">
-      <arg name="name" type="s" direction="in"/>
-      <arg name="who" type="s" direction="in"/>
-      <arg name="mode" type="s" direction="in"/>
-      <arg name="signal" type="i" direction="in"/>
-    </method>
-
-    <method name="ListUnits">
-      <arg name="units" type="a(ssssssouso)" direction="out"/>
-    </method>
-
     <method name="ListJobs">
       <arg name="jobs" type="a(usssoo)" direction="out"/>
     </method>