aboutsummaryrefslogtreecommitdiffstats
path: root/data/epiphany-service.xml
blob: e5fb0b44d0bf2eb60b9c065933ac9d0828358a5c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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="s"/>
            <arg type="u"/>
        </method>
        <method name="openBookmarksEditor">
            <arg type="u"/>
        </method>
    </interface>
</node>