File: org.kde.cervisia5.repository.xml

package info (click to toggle)
cervisia 4%3A17.08.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 7,548 kB
  • sloc: cpp: 14,364; xml: 393; makefile: 3; sh: 3
file content (30 lines) | stat: -rw-r--r-- 941 bytes parent folder | download | duplicates (4)
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
<!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.kde.cervisia5.repository">
    <method name="cvsClient">
      <arg type="s" direction="out"/>
    </method>
    <method name="clientOnly">
      <arg type="s" direction="out"/>
    </method>
    <method name="rsh">
      <arg type="s" direction="out"/>
    </method>
    <method name="server">
      <arg type="s" direction="out"/>
    </method>
    <method name="setWorkingCopy">
      <arg type="b" direction="out"/>
      <arg name="dirName" type="s" direction="in"/>
    </method>
    <method name="workingCopy">
      <arg type="s" direction="out"/>
    </method>
    <method name="location">
      <arg type="s" direction="out"/>
    </method>
    <method name="retrieveCvsignoreFile">
      <arg type="b" direction="out"/>
    </method>
  </interface>
</node>