unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
blob 620f10510f2bbb5c5605e633bf54fdbad1f5a9d9 1941 bytes (raw)
name: test/lisp/net/dbus-resources/org.gnu.Emacs.TestDBus.xml 	 # note: path name is non-authoritative(*)

 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
 
<?xml version="1.0"?>
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
  <interface name="org.freedesktop.DBus.Introspectable">
    <method name="Introspect">
      <arg name="xml" type="s" direction="out"/>
    </method>
  </interface>
  <interface name="org.freedesktop.DBus.Properties">
    <method name="Get">
      <arg name="interface" type="s" direction="in"/>
      <arg name="name" type="s" direction="in"/>
      <arg name="value" type="v" direction="out"/>
    </method>
    <method name="Set">
      <arg name="interface" type="s" direction="in"/>
      <arg name="name" type="s" direction="in"/>
      <arg name="value" type="v" direction="in"/>
    </method>
    <method name="GetAll">
      <arg name="interface" type="s" direction="in"/>
      <arg name="properties" type="a{sv}" direction="out"/>
    </method>
    <signal name="PropertiesChanged">
      <arg name="interface" type="s"/>
      <arg name="changed_properties" type="a{sv}"/>
      <arg name="invalidated_properties" type="as"/>
    </signal>
  </interface>
  <interface name="org.gnu.Emacs.TestDBus.Interface">
    <method name="Connect">
      <arg name="uuid" type="s" direction="in"/>
      <arg name="mode" type="y" direction="in"/>
      <arg name="options" type="a{sv}" direction="in"/>
      <arg name="interface" type="s" direction="out"/>
    </method>
    <method name="DeprecatedMethod0">
      <annotation name="org.freedesktop.DBus.Deprecated" value="true"/>
    </method>
    <method name="DeprecatedMethod1">
      <annotation name="org.freedesktop.DBus.Deprecated" value="true"/>
    </method>
    <property name="Connected" type="b" access="read"/>
    <property name="Player" type="o" access="read"/>
    <annotation name="org.freedesktop.DBus.Deprecated" value="true"/>
  </interface>
  <node name="node0"/>
  <node name="node1"/>
</node>

debug log:

solving 620f10510f2 ...
found 620f10510f2 in https://git.savannah.gnu.org/cgit/emacs.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).