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