2019-02-12 13:40:13 -05:00
|
|
|
<node>
|
|
|
|
<interface name="org.gnome.Shell.CalendarServer">
|
2020-04-02 03:24:28 -04:00
|
|
|
<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"/>
|
2019-02-12 13:40:13 -05:00
|
|
|
</method>
|
2020-04-02 03:24:28 -04:00
|
|
|
<signal name="EventsAddedOrUpdated">
|
2021-11-04 12:07:50 -04:00
|
|
|
<arg type="a(ssxxa{sv})" name="events" direction="out"/>
|
2020-04-02 03:24:28 -04:00
|
|
|
</signal>
|
|
|
|
<signal name="EventsRemoved">
|
|
|
|
<arg type="as" name="ids" direction="out"/>
|
|
|
|
</signal>
|
|
|
|
<signal name="ClientDisappeared">
|
|
|
|
<arg type="s" name="source_uid" direction="out"/>
|
|
|
|
</signal>
|
2019-02-12 13:40:13 -05:00
|
|
|
<property name="HasCalendars" type="b" access="read" />
|
|
|
|
</interface>
|
|
|
|
</node>
|