Org gnome evolution dataserver AddressBook. org gnome evolution dataserver addressbook BookFactory

From Openmoko

(Difference between revisions)
Jump to: navigation, search
 
Line 43: Line 43:
  
 
</pre>
 
</pre>
 
+
[[Category:D-Bus]]
[[Category:Application Developer]]
+

Latest revision as of 00:35, 1 August 2008

[edit] Overview

Bus name: org.gnome.evolution.dataserver.AddressBook
Object name: /org/gnome/evolution/dataserver/addressbook/BookFactory
  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.addressbook.BookFactory
    (path:o) getBook(source:s)

[edit] 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.addressbook.BookFactory">
    <method name="getBook">
      <arg name="source" type="s" direction="in"/>
      <arg name="path" type="o" direction="out"/>
    </method>
  </interface>
</node>

Personal tools

Overview

Bus name: org.gnome.evolution.dataserver.AddressBook
Object name: /org/gnome/evolution/dataserver/addressbook/BookFactory
  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.addressbook.BookFactory
    (path:o) getBook(source:s)

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.addressbook.BookFactory">
    <method name="getBook">
      <arg name="source" type="s" direction="in"/>
      <arg name="path" type="o" direction="out"/>
    </method>
  </interface>
</node>