summaryrefslogtreecommitdiff
path: root/telepathy-glib/dbus-daemon.xml
blob: c6fd4b658a4d44b191d5d0997b53ee54f7f2c3b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<tp:spec
  xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">

  <tp:title>D-Bus Daemon</tp:title>

  <node name="/DBus_Daemon">
    <interface name="org.freedesktop.DBus">
      <method name="Hello" tp:name-for-bindings="Hello">
        <arg direction="out" type="s"/>
      </method>
      <method name="RequestName" tp:name-for-bindings="Request_Name">
        <arg direction="in" type="s"/>
        <arg direction="in" type="u"/>
        <arg direction="out" type="u"/>
      </method>
      <method name="ReleaseName" tp:name-for-bindings="Release_Name">
        <arg direction="in" type="s"/>
        <arg direction="out" type="u"/>
      </method>
      <method name="StartServiceByName" tp:name-for-bindings="Start_Service_By_Name">
        <arg direction="in" type="s"/>
        <arg direction="in" type="u"/>
        <arg direction="out" type="u"/>
      </method>
      <method name="NameHasOwner" tp:name-for-bindings="Name_Has_Owner">
        <arg direction="in" type="s"/>
        <arg direction="out" type="b"/>
      </method>
      <method name="ListNames" tp:name-for-bindings="List_Names">
        <arg direction="out" type="as"/>
      </method>
      <method name="ListActivatableNames" tp:name-for-bindings="List_Activatable_Names">
        <arg direction="out" type="as"/>
      </method>
      <method name="AddMatch" tp:name-for-bindings="Add_Match">
        <arg direction="in" type="s"/>
      </method>
      <method name="RemoveMatch" tp:name-for-bindings="Remove_Match">
        <arg direction="in" type="s"/>
      </method>
      <method name="GetNameOwner" tp:name-for-bindings="Get_Name_Owner">
        <arg direction="in" type="s"/>
        <arg direction="out" type="s"/>
      </method>
      <method name="ListQueuedOwners" tp:name-for-bindings="List_Queued_Owners">
        <arg direction="in" type="s"/>
        <arg direction="out" type="as"/>
      </method>
      <method name="GetConnectionUnixUser" tp:name-for-bindings="Get_Connection_Unix_User">
        <arg direction="in" type="s"/>
        <arg direction="out" type="u"/>
      </method>
      <method name="GetConnectionUnixProcessID" tp:name-for-bindings="Get_Connection_Unix_Process_ID">
        <arg direction="in" type="s"/>
        <arg direction="out" type="u"/>
      </method>
      <method name="GetConnectionSELinuxSecurityContext" tp:name-for-bindings="Get_Connection_SE_Linux_Security_Context">
        <arg direction="in" type="s"/>
        <arg direction="out" type="ay"/>
      </method>
      <method name="ReloadConfig" tp:name-for-bindings="Reload_Config">
      </method>
      <method name="GetId" tp:name-for-bindings="Get_Id">
        <arg direction="out" type="s"/>
      </method>
      <signal name="NameOwnerChanged" tp:name-for-bindings="Name_Owner_Changed">
        <arg type="s"/>
        <arg type="s"/>
        <arg type="s"/>
      </signal>
      <signal name="NameLost" tp:name-for-bindings="Name_Lost">
        <arg type="s"/>
      </signal>
      <signal name="NameAcquired" tp:name-for-bindings="Name_Acquired">
        <arg type="s"/>
      </signal>
    </interface>
  </node>

</tp:spec>