File: org.freedesktop.Akonadi.NotesAgent.xml

package info (click to toggle)
knotes 4%3A22.12.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,376 kB
  • sloc: cpp: 9,987; xml: 478; sh: 7; makefile: 6
file content (33 lines) | stat: -rw-r--r-- 1,135 bytes parent folder | download | duplicates (7)
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
27
28
29
30
31
32
33
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
  <interface name="org.freedesktop.Akonadi.NotesAgent">
    <method name="showConfigureDialog" >
      <arg direction="in" type="x" name="windowId" />
    </method>
    <method name="setEnableAgent" >
      <arg direction="in" type="b" name="enabled" />
    </method>
    <method name="enabledAgent" >
      <arg direction="out" type="b" />
    </method>
    <method name="setReceiveNotes" >
      <arg direction="in" type="b" name="enabled" />
    </method>
    <method name="receiveNotes" >
      <arg direction="out" type="b" />
    </method>
    <method name="setPort" >
      <arg direction="in" type="i" name="value" />
    </method>
    <method name="port" >
      <arg direction="out" type="i" />
    </method>
    <method name="setAlarmCheckInterval" >
      <arg direction="in" type="i" name="value" />
    </method>
    <method name="alarmCheckInterval" >
      <arg direction="out" type="i" />
    </method>
    <method name="configurationChanged"/>
  </interface>
</node>