diff options
Diffstat (limited to 'data/epiphany-service.xml')
-rw-r--r-- | data/epiphany-service.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/data/epiphany-service.xml b/data/epiphany-service.xml new file mode 100644 index 000000000..2e21799a9 --- /dev/null +++ b/data/epiphany-service.xml @@ -0,0 +1,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> |