bcc646ff6f
This fixes: Wrong type number; string expected MR: https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1060
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>
|