Blame src/goabackend/goadleynaservermanager.xml

Packit 79f644
Packit 79f644
"-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
Packit 79f644
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
Packit 79f644
Packit 79f644
Packit 79f644
  Copyright © 2014 Pranav Kant
Packit 79f644
Packit 79f644
  This library is free software; you can redistribute it and/or
Packit 79f644
  modify it under the terms of the GNU Lesser General Public
Packit 79f644
  License as published by the Free Software Foundation; either
Packit 79f644
  version 2 of the License, or (at your option) any later version.
Packit 79f644
Packit 79f644
  This library is distributed in the hope that it will be useful,
Packit 79f644
  but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 79f644
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit 79f644
  Lesser General Public License for more details.
Packit 79f644
Packit 79f644
  You should have received a copy of the GNU Lesser General
Packit 79f644
  Public License along with this library; if not, see <http://www.gnu.org/licenses/>.
Packit 79f644
-->
Packit 79f644
Packit 79f644
<node>
Packit 79f644
  <interface name="com.intel.dLeynaServer.Manager">
Packit 79f644
    <method name="GetServers">
Packit 79f644
      <arg name="Servers" type="ao" direction="out" />
Packit 79f644
    </method>
Packit 79f644
    <signal name="FoundServer">
Packit 79f644
      <arg type="o" name="Path" />
Packit 79f644
    </signal>
Packit 79f644
    <signal name="LostServer">
Packit 79f644
      <arg type="o" name="Path" />
Packit 79f644
    </signal>
Packit 79f644
  </interface>
Packit 79f644
</node>