Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-application-service.xml
blob: f56bf0bac6c464806147a7eab6a56add6f80d4e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8" ?>

<node name="/org/gnome/evince/Evince">

  <interface name="org.gnome.evince.Application">
    <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="ev_application"/>

    <method name="OpenWindow">
       <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="ev_application_open_window"/>
       <arg type="a{sv}" name="args" direction="in"/>
      <arg type="u" name="timestamp" direction="in"/>
    </method>

    <method name="OpenURI">
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="ev_application_open_uri"/>
      <arg type="s" name="uri" direction="in"/>
      <arg type="a{sv}" name="args" direction="in"/>
      <arg type="u" name="timestamp" direction="in"/>
    </method>

  </interface>

</node>