~ubuntu-branches/ubuntu/gutsy/soprano/gutsy

« back to all changes in this revision

Viewing changes to server/dbus/org.soprano.Server.xml

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2007-10-12 14:43:48 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20071012144348-yajzi51v4k23ahxf
Tags: 1.95.0~beta2-1ubuntu1
* Sync with Debian
* Add versioned build-dep on raptor

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
 
2
         "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
 
3
<node>
 
4
  <interface name="org.soprano.Server">
 
5
    <method name="createModel">
 
6
      <arg name="name" type="s" direction="in" />
 
7
      <arg name="settings" type="a(iss)" direction="in" />
 
8
      <arg name="model" type="s" direction="out" />
 
9
      <annotation name="com.trolltech.QtDBus.QtTypeName.In1" value="Soprano::BackendSettings" />
 
10
    </method>
 
11
    <method name="allModels">
 
12
      <arg name="models" type="as" direction="out" />
 
13
    </method>
 
14
  </interface>
 
15
</node>