Added introspection data and methods
[wifihood] / wifiscand / org.javiplx.wifiscan.xml
diff --git a/wifiscand/org.javiplx.wifiscan.xml b/wifiscand/org.javiplx.wifiscan.xml
new file mode 100644 (file)
index 0000000..d524f76
--- /dev/null
@@ -0,0 +1,18 @@
+<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
+         "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
+<node name="/org/javiplx/wifiscan">
+  <interface name="org.javiplx.wifiscan">
+    <method name="wakeup">
+      <arg name="result" type="s" direction="out" />
+    </method>
+    <method name="start">
+      <arg name="result" type="s" direction="out" />
+    </method>
+    <method name="scan">
+      <arg name="result" type="s" direction="out" />
+    </method>
+    <method name="stop">
+      <arg name="result" type="s" direction="out" />
+    </method>
+  </interface>
+</node>