Author: megabajt Date: Sat Apr 4 14:00:05 2009 GMT Module: SOURCES Tag: HEAD ---- Log message: - updated
---- Files affected: SOURCES: dbus-bus-introspect.xml (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SOURCES/dbus-bus-introspect.xml diff -u SOURCES/dbus-bus-introspect.xml:1.1 SOURCES/dbus-bus-introspect.xml:1.2 --- SOURCES/dbus-bus-introspect.xml:1.1 Thu Aug 10 07:51:56 2006 +++ SOURCES/dbus-bus-introspect.xml Sat Apr 4 15:59:59 2009 @@ -1,4 +1,4 @@ - <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" +<!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"> @@ -7,6 +7,9 @@ </method> </interface> <interface name="org.freedesktop.DBus"> + <method name="Hello"> + <arg direction="out" type="s"/> + </method> <method name="RequestName"> <arg direction="in" type="s"/> <arg direction="in" type="u"/> @@ -21,8 +24,8 @@ <arg direction="in" type="u"/> <arg direction="out" type="u"/> </method> - <method name="Hello"> - <arg direction="out" type="s"/> + <method name="UpdateActivationEnvironment"> + <arg direction="in" type="a{ss}"/> </method> <method name="NameHasOwner"> <arg direction="in" type="s"/> @@ -56,12 +59,19 @@ <arg direction="in" type="s"/> <arg direction="out" type="u"/> </method> + <method name="GetAdtAuditSessionData"> + <arg direction="in" type="s"/> + <arg direction="out" type="ay"/> + </method> <method name="GetConnectionSELinuxSecurityContext"> <arg direction="in" type="s"/> <arg direction="out" type="ay"/> </method> <method name="ReloadConfig"> </method> + <method name="GetId"> + <arg direction="out" type="s"/> + </method> <signal name="NameOwnerChanged"> <arg type="s"/> <arg type="s"/> @@ -75,3 +85,4 @@ </signal> </interface> </node> + ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/dbus-bus-introspect.xml?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
