~ubuntu-branches/ubuntu/vivid/libbluedevil/vivid

« back to all changes in this revision

Viewing changes to bluedevil/bluez/org.bluez.AgentManager1.xml

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2014-02-14 09:38:19 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20140214093819-zxpj5uj42ww6xlna
Tags: 2.0~rc1really1.9.4-0ubuntu1
Revert to 1.9.4 due to no bluez5 in trusty

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
3
 
<node>
4
 
  <interface name="org.bluez.AgentManager1">
5
 
    <method name="RegisterAgent">
6
 
      <arg name="agent" type="o" direction="in"/>
7
 
      <arg name="capability" type="s" direction="in"/>
8
 
    </method>
9
 
    <method name="UnregisterAgent">
10
 
      <arg name="agent" type="o" direction="in"/>
11
 
    </method>
12
 
    <method name="RequestDefaultAgent">
13
 
      <arg name="agent" type="o" direction="in"/>
14
 
    </method>
15
 
  </interface>
16
 
</node>