~ubuntu-branches/ubuntu/quantal/kde-runtime/quantal

« back to all changes in this revision

Viewing changes to nepomuk/interfaces/org.kde.nepomuk.ServiceControl.xml

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2012-06-03 21:50:00 UTC
  • mto: This revision was merged to the branch mainline in revision 21.
  • Revision ID: package-import@ubuntu.com-20120603215000-vn7oarsq0ynrydj5
Tags: upstream-4.8.80
Import upstream version 4.8.80

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.kde.nepomuk.ServiceControl">
5
 
    <method name="shutdown" />
6
 
    <method name="isInitialized">
7
 
      <arg name="state" type="b" direction="out" />
8
 
    </method>
9
 
    <signal name="serviceInitialized">
10
 
      <arg name="success" type="b" direction="out" />
11
 
    </signal>
12
 
    <method name="description">
13
 
      <arg type="s" direction="out"/>
14
 
    </method>
15
 
    <method name="name">
16
 
      <arg type="s" direction="out"/>
17
 
    </method>
18
 
  </interface>
19
 
</node>