1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-06 16:59:03 +03:00
systemd/org.freedesktop.locale1.xml

12 lines
415 B
XML
Raw Normal View History

<!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>