72a6450017
The way it is currently calculated is broken for days with DST changes or leap seconds and it is not needed anymore anyway. This will also make the fix in the following commit simpler. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2023>
20 lines
670 B
XML
20 lines
670 B
XML
<node>
|
|
<interface name="org.gnome.Shell.CalendarServer">
|
|
<method name="SetTimeRange">
|
|
<arg type="x" name="since" direction="in"/>
|
|
<arg type="x" name="until" direction="in"/>
|
|
<arg type="b" name="force_reload" direction="in"/>
|
|
</method>
|
|
<signal name="EventsAddedOrUpdated">
|
|
<arg type="a(ssxxa{sv})" name="events" direction="out"/>
|
|
</signal>
|
|
<signal name="EventsRemoved">
|
|
<arg type="as" name="ids" direction="out"/>
|
|
</signal>
|
|
<signal name="ClientDisappeared">
|
|
<arg type="s" name="source_uid" direction="out"/>
|
|
</signal>
|
|
<property name="HasCalendars" type="b" access="read" />
|
|
</interface>
|
|
</node>
|