aboutsummaryrefslogtreecommitdiffstats
path: root/data/epiphany-service.xml
blob: 049536f276afe2c32e8690e19ed25b43bc304821 (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="loadUris">
            <arg type="as"/>
            <arg type="s"/>
            <arg type="u"/>
        </method>
        <method name="openBookmarksEditor">
            <arg type="u"/>
        </method>
    </interface>
</node>