~ubuntu-branches/ubuntu/precise/mountall/precise

« back to all changes in this revision

Viewing changes to dbus/com.ubuntu.Mountall.Server.xml

  • Committer: Surbhi Palande
  • Date: 2011-07-15 06:58:31 UTC
  • mto: This revision was merged to the branch mainline in revision 372.
  • Revision ID: surbhi.palande@canonical.com-20110715065831-jga2lw83obvg28e6
Changed the interface to stop/restart timers to use a mountpoint rather than
the device name. This is useful in situations where the device mentioned in
/etc/fstab is not the device used for mounting because of the change mount
device interface. The mountpoint remains constant in all cases and is also
easier to use that specifying a device with uuids for eg.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
    <!-- Get object paths for jobs, while you can figure them out, it's
23
23
         better form to use these -->
24
24
    <method name="StopTimer">
25
 
      <arg name="devname" type="s" direction="in" />
 
25
      <arg name="mountpoint" type="s" direction="in" />
26
26
    </method>
27
27
 
28
28
    <method name="RestartTimer">
29
 
      <arg name="devname" type="s" direction="in" />
 
29
      <arg name="mountpoint" type="s" direction="in" />
30
30
    </method>
31
31
 
32
32
    <method name="ChangeMountDevice">