16 lines
359 B
XML
16 lines
359 B
XML
|
<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>
|