2 "-//freedesktop//DTD D-Bus Object Introspection 1.0//EN"
3 "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
4 <node name="/" xmlns:doc="http://www.freedesktop.org/dbus/1.0/doc.dtd">
7 org.gnome.evolution.dataserver.CalendarFactory:
8 @short_description: Factory for calendar objects
11 This interface provides access to Calendar interfaces.
13 <interface name="org.gnome.evolution.dataserver.CalendarFactory">
16 @source_uid: Unique identifier for a data source
17 @object_path: Object path of the calendar backend
20 Returns the object path of the calendar backend for @uid.
22 <method name="OpenCalendar">
23 <arg name="source_uid" direction="in" type="s"/>
24 <arg name="object_path" direction="out" type="s"/>
29 @source_uid: Unique identifier for a data source
30 @object_path: Object path of the task list backend
33 Returns the object path of the task list backend for @uid.
36 <method name="OpenTaskList">
37 <arg name="source_uid" direction="in" type="s"/>
38 <arg name="object_path" direction="out" type="s"/>
43 @source_uid: Unique identifier for a data source
44 @object_path: Object path of the memo list backend
47 Returns the object path of the memo list backend for @uid.
49 <method name="OpenMemoList">
50 <arg name="source_uid" direction="in" type="s"/>
51 <arg name="object_path" direction="out" type="s"/>