File: com.lomiri.click.xml

package info (click to toggle)
click 0.5.2-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,372 kB
  • sloc: python: 7,135; ansic: 857; makefile: 441; sh: 236; perl: 26; xml: 11
file content (12 lines) | stat: -rw-r--r-- 348 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<node>
    <interface name="com.lomiri.click">
        <!-- Base stuff -->
        <method name="Install">
            <arg type="s" name="path" direction="in" />
        </method>
        <method name="Remove">
            <arg type="s" name="id" direction="in" />
        </method>
    </interface>
</node>