Commit a plain C reimplementation of browser-switchboard
[browser-switch] / dbus-server-glue.xml
diff --git a/dbus-server-glue.xml b/dbus-server-glue.xml
new file mode 100644 (file)
index 0000000..1fd3062
--- /dev/null
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+
+<node name="/com/nokia/osso_browser">
+  <interface name="com.nokia.osso_browser">
+    <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="osso_browser" />
+    <method name="load_url">
+      <arg type="s" name="uri" direction="in" />
+    </method>
+    <method name="mime_open">
+      <arg type="s" name="uri" direction="in" />
+    </method>
+    <method name="open_new_window">
+      <arg type="s" name="uri" direction="in" />
+    </method>
+    <method name="top_application" />
+    <method name="switchboard_launch_microb">
+      <arg type="s" name="uri" direction="in" />
+    </method>
+  </interface>
+</node>