~ubuntu-branches/ubuntu/wily/kdebase/wily

« back to all changes in this revision

Viewing changes to nsplugins/org.kde.nsplugins.CallBack.xml

  • Committer: Bazaar Package Importer
  • Author(s): Philip Muškovac, Jonathan Riddell, Felix Geyer
  • Date: 2011-03-03 16:25:47 UTC
  • mfrom: (1.1.58 upstream)
  • Revision ID: james.westby@ubuntu.com-20110303162547-2zf9j33cu6j5gj0a
Tags: 4:4.6.1a-0ubuntu1
[ Jonathan Riddell ]
* New upstream release
* Update kde-sc-dev-latest version

[ Felix Geyer ]
* Reduce the x-www-browser priority for konqueror to 30 as rekonq is the
  default Kubuntu browser.

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.nsplugins.CallBack">
 
5
    <method name="requestURL">
 
6
    <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
 
7
      <arg name="url" type="s" direction="in"/>
 
8
      <arg name="target" type="s" direction="in"/>
 
9
    </method>
 
10
    <method name="postURL">
 
11
    <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
 
12
      <arg name="url" type="s" direction="in"/>
 
13
      <arg name="target" type="s" direction="in"/>
 
14
      <arg name="data" type="ay" direction="in"/>
 
15
      <arg name="mime" type="s" direction="in"/>
 
16
    </method>
 
17
    <method name="statusMessage">
 
18
    <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
 
19
      <arg name="msg" type="s" direction="in"/>
 
20
    </method>
 
21
    <method name="evalJavaScript">
 
22
    <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
 
23
      <arg name="id" type="i" direction="in"/>
 
24
      <arg name="script" type="s" direction="in"/>
 
25
    </method>
 
26
  </interface>
 
27
</node>