Magellan Linux

Annotation of /trunk/dbus-glib/patches/dbus-glib-0.72-introspection.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (hide annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years, 1 month ago) by niro
File size: 2572 byte(s)
-import

1 niro 144 diff -Npru dbus-glib-0.71-orig/tools/dbus-bus-introspect.xml dbus-glib-0.71/tools/dbus-bus-introspect.xml
2     --- tools/dbus-bus-introspect.xml 1969-12-31 17:00:00.000000000 -0700
3     +++ tools/dbus-bus-introspect.xml 2006-07-24 14:32:01.000000000 -0600
4     @@ -0,0 +1,74 @@
5     + <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
6     +"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
7     +<node>
8     + <interface name="org.freedesktop.DBus.Introspectable">
9     + <method name="Introspect">
10     + <arg name="data" direction="out" type="s"/>
11     + </method>
12     + </interface>
13     + <interface name="org.freedesktop.DBus">
14     + <method name="RequestName">
15     + <arg direction="in" type="s"/>
16     + <arg direction="in" type="u"/>
17     + <arg direction="out" type="u"/>
18     + </method>
19     + <method name="ReleaseName">
20     + <arg direction="in" type="s"/>
21     + <arg direction="out" type="u"/>
22     + </method>
23     + <method name="StartServiceByName">
24     + <arg direction="in" type="s"/>
25     + <arg direction="in" type="u"/>
26     + <arg direction="out" type="u"/>
27     + </method>
28     + <method name="Hello">
29     + <arg direction="out" type="s"/>
30     + </method>
31     + <method name="NameHasOwner">
32     + <arg direction="in" type="s"/>
33     + <arg direction="out" type="b"/>
34     + </method>
35     + <method name="ListNames">
36     + <arg direction="out" type="as"/>
37     + </method>
38     + <method name="AddMatch">
39     + <arg direction="in" type="s"/>
40     + </method>
41     + <method name="RemoveMatch">
42     + <arg direction="in" type="s"/>
43     + </method>
44     + <method name="GetNameOwner">
45     + <arg direction="in" type="s"/>
46     + <arg direction="out" type="s"/>
47     + </method>
48     + <method name="ListQueuedOwners">
49     + <arg direction="in" type="s"/>
50     + <arg direction="out" type="as"/>
51     + </method>
52     + <method name="GetConnectionUnixUser">
53     + <arg direction="in" type="s"/>
54     + <arg direction="out" type="u"/>
55     + </method>
56     + <method name="GetConnectionUnixProcessID">
57     + <arg direction="in" type="s"/>
58     + <arg direction="out" type="u"/>
59     + </method>
60     + <method name="GetConnectionSELinuxSecurityContext">
61     + <arg direction="in" type="s"/>
62     + <arg direction="out" type="ay"/>
63     + </method>
64     + <method name="ReloadConfig">
65     + </method>
66     + <signal name="NameOwnerChanged">
67     + <arg type="s"/>
68     + <arg type="s"/>
69     + <arg type="s"/>
70     + </signal>
71     + <signal name="NameLost">
72     + <arg type="s"/>
73     + </signal>
74     + <signal name="NameAcquired">
75     + <arg type="s"/>
76     + </signal>
77     + </interface>
78     +</node>