blob: 0cbb132c1649b8945f07c0d956fe9eb102d1d518 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<node>
<!--
org.gnome.Shell.ClocksIntegration:
@short_description: Clocks integration interface
The interface used for exporting location settings to GNOME Shell's
world clocks integration.
-->
<interface name="org.gnome.Shell.ClocksIntegration">
<property name="Locations" type="av" access="read"/>
</interface>
</node>
|