blob: ca24e8407ff86466daf39cb770093e27fb3b93d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!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.locale1">
<property name="Locale" type="as" access="read"/>
<method name="SetLocale">
<arg name="locale" type="as" direction="in"/>
<arg name="user_interaction" type="b" direction="in"/>
</method>
</interface>
</node>
|