summaryrefslogtreecommitdiffstats
path: root/src/qtdevicesettings/localesettingsplugin/locale.xml
blob: b722456d91bbdb79415f582846406073753fb34b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<node name="/Service" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
<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>