blob: 2e21799a902598be608388a000a87a426f49e812 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
<?xml version="1.0" encoding="UTF-8"?>
<node name="/org/gnome/Epiphany">
<interface name="org.gnome.Epiphany">
<method name="loadSession">
<arg type="s"/>
<arg type="u"/>
</method>
<method name="loadUrl">
<arg type="s"/>
<arg type="b"/>
<arg type="b"/>
<arg type="b"/>
<arg type="u"/>
</method>
<method name="openBookmarksEditor">
<arg type="u"/>
</method>
<method name="importBookmarks">
<arg type="s"/>
</method>
<method name="addBookmark">
<arg type="s"/>
</method>
</interface>
</node>
|