File: test-hello.xml

package info (click to toggle)
dbus-glib 0.114-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,096 kB
  • sloc: ansic: 23,493; sh: 4,634; makefile: 630; xml: 441
file content (10 lines) | stat: -rw-r--r-- 407 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0"?><!-- ex:set et ts=2: -->
<node name="/org/freedesktop/DBus/GLib/Test/Interfaces">
  <interface name="org.freedesktop.DBus.GLib.Test.Interfaces.Hello">
    <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="test_hello_dbus"/>
    <method name="SayHello">
      <arg name="message" type="s" direction="out" />
    </method>
    <signal name="Greetings" />
  </interface>
</node>