Org gnome evolution dataserver Calendar. org gnome evolution dataserver calendar CalFactory

From Openmoko

Jump to: navigation, search

Overview

Bus name: org.gnome.evolution.dataserver.Calendar
Object name: /org/gnome/evolution/dataserver/calendar/CalFactory
  interface org.freedesktop.DBus.Introspectable
    (data:s) Introspect()
  interface org.freedesktop.DBus.Properties
    (value:v) Get(interface:s,propname:s)
    () Set(interface:s,propname:s,value:v)
  interface org.gnome.evolution.dataserver.calendar.CalFactory
    (path:o) getCal(source:s,type:u)

Introspect XML

<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
  <interface name="org.freedesktop.DBus.Introspectable">
    <method name="Introspect">
      <arg name="data" direction="out" type="s"/>
    </method>
  </interface>
  <interface name="org.freedesktop.DBus.Properties">
    <method name="Get">
      <arg name="interface" direction="in" type="s"/>
      <arg name="propname" direction="in" type="s"/>
      <arg name="value" direction="out" type="v"/>
    </method>
    <method name="Set">
      <arg name="interface" direction="in" type="s"/>
      <arg name="propname" direction="in" type="s"/>
      <arg name="value" direction="in" type="v"/>
    </method>
  </interface>
  <interface name="org.gnome.evolution.dataserver.calendar.CalFactory">
    <method name="getCal">
      <arg name="source" type="s" direction="in"/>
      <arg name="type" type="u" direction="in"/>
      <arg name="path" type="o" direction="out"/>
    </method>
  </interface>
</node>

Personal tools