summaryrefslogtreecommitdiffstats
path: root/data/dbus-interfaces/org.gnome.Magnifier.ZoomRegion.xml
blob: 5db2734d0d70b2e5920d20714157d9c87bd6f7fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<node>
  <interface name="org.gnome.Magnifier.ZoomRegion">
    <method name="setMagFactor">
      <arg type="d" direction="in"/>
      <arg type="d" direction="in"/>
    </method>
    <method name="getMagFactor">
      <arg type="d" direction="out"/>
      <arg type="d" direction="out"/>
    </method>
    <method name="setRoi">
      <arg type="ai" direction="in"/>
    </method>
    <method name="getRoi">
      <arg type="ai" direction="out"/>
    </method>
    <method name="shiftContentsTo">
      <arg type="i" direction="in"/>
      <arg type="i" direction="in"/>
      <arg type="b" direction="out"/>
    </method>
    <method name="moveResize">
      <arg type="ai" direction="in"/>
    </method>
  </interface>
</node>