File: org.kde.apperd.xml

package info (click to toggle)
apper 1.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 10,164 kB
  • sloc: cpp: 14,382; xml: 970; makefile: 13; sh: 4
file content (15 lines) | stat: -rw-r--r-- 614 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!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.apperd">
       <method name="RefreshCache" >
       </method>
       <method name="SetupDebconfDialog" >
           <arg type="s" name="tid" direction="in" />
           <arg type="s" name="socket_path" direction="in" />
           <arg type="u" name="xid_parent" direction="in" />
       </method>
       <method name="WatchTransaction" >
           <arg type="o" name="tid" direction="in" />
       </method>
   </interface>
</node>