File: bluemon-dbus.xml

package info (click to toggle)
bluemon 1.4-12
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 292 kB
  • sloc: ansic: 2,567; makefile: 305; sh: 104; xml: 24
file content (24 lines) | stat: -rw-r--r-- 930 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://dbus.freedesktop.org/doc/introspect.dtd"> 
<node>
   <interface name="cx.ath.matthew.bluemon.Bluemon">
      <method name="Status" >
         <arg name="address" type="s" direction="in"/>
         <arg name="address" type="s" direction="out"/>
         <arg name="status" type="b" direction="out"/>
         <arg name="level" type="u" direction="out"/>
      </method>
   </interface>
   <interface name="cx.ath.matthew.bluemon.ProximitySignal">
      <signal name="Connect" >
         <arg name="address" type="s" direction="out"/>
      </signal>
      <signal name="Disconnect" >
         <arg name="address" type="s" direction="out"/>
      </signal>
   </interface>
   <interface name="org.freedesktop.DBus.Introspectable">
      <method name="Introspect">
         <arg type="s" direction="out"/>
      </method>
   </interface>
</node>