File: example.bolt.xml

package info (click to toggle)
bolt 0.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,788 kB
  • sloc: ansic: 28,869; python: 2,813; xml: 460; javascript: 269; sh: 180; makefile: 13
file content (22 lines) | stat: -rw-r--r-- 875 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE node PUBLIC
"-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node name="/" xmlns:doc="http://www.freedesktop.org/dbus/1.0/doc.dtd">

  <interface name='org.gnome.bolt.Example'>
    <property name='StrFoo' type='s' access='read' />
    <property name='StrRW' type='s' access='readwrite' />
    <property name='StrRWNoSetter' type='s' access='readwrite' />
    <property name='Bool' type='b' access='readwrite' />
    <property name='Object' type='s' access='read' />
    <property name='Security' type='s' access='readwrite' />
    <property name='KittMode' type='s' access='readwrite' />
    <method name='Ping'>
      <arg type='s' name='result' direction='out' />
    </method>
    <method name='Peng'>
      <arg type='s' name='str' direction='in' />
    </method>
  </interface>

</node>