diff options
Diffstat (limited to '')
-rw-r--r-- | data/dbus-interfaces/org.gnome.Shell.ClocksIntegration.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/data/dbus-interfaces/org.gnome.Shell.ClocksIntegration.xml b/data/dbus-interfaces/org.gnome.Shell.ClocksIntegration.xml new file mode 100644 index 0000000..0cbb132 --- /dev/null +++ b/data/dbus-interfaces/org.gnome.Shell.ClocksIntegration.xml @@ -0,0 +1,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> |