blob: f2a759a73d0dec4152ccfcb32c226836453a75b4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="UTF-8"?>
<node name="/org/gnome/Epiphany">
<interface name="org.gnome.Epiphany">
<method name="loadSession">
<arg type="s" name="SessionFilename" direction="in" />
<arg type="u" name="Timestamp" direction="in" />
</method>
<method name="loadURIList">
<annotation name="org.freedesktop.DBus.GLib.CSymbol" value="ephy_activation_load_uri_list" />
<arg type="as" name="URIs" direction="in" />
<arg type="s" name="Options" direction="in" />
<arg type="u" name="Timestamp" direction="in" />
</method>
<method name="openBookmarksEditor">
<arg type="u" name="Timestamp" direction="in" />
</method>
</interface>
</node>
|