]> www.fi.muni.cz Git - evince.git/blob - shell/ev-application-service.xml
Hungarian translation updated.
[evince.git] / shell / ev-application-service.xml
1 <?xml version="1.0" encoding="UTF-8" ?>
2
3 <node name="/org/gnome/evince/Evince">
4
5   <interface name="org.gnome.evince.Application">
6     <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="ev_application"/>
7
8     <method name="OpenWindow">
9       <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="ev_application_open_window"/>
10     </method>
11
12     <method name="OpenURI">
13       <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="ev_application_open_uri"/>
14       <arg type="s" name="uri" direction="in"/>
15       <arg type="s" name="page_label" direction="in"/>
16     </method>
17
18   </interface>
19
20 </node>