summaryrefslogtreecommitdiffstats
path: root/binding/gdbus/api/org.lightmediascanner.xml
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2017-09-05 21:15:30 -0700
committerMatt Ranostay <matt.ranostay@konsulko.com>2017-09-06 14:47:10 -0700
commit1a1ff962da92aff5a1d3e757710c725e03238458 (patch)
treed2be14d7630f1f1674df8c99a88a429df4ed6b55 /binding/gdbus/api/org.lightmediascanner.xml
parent71a36b404ea5e1d8819b85e1d8d5c39b09645ca3 (diff)
binding: media: remove binding from source tree
Media binding has been moved to it own repo, and the code is no longer needed within the MediaPlayer application Bug-AGL: SPEC-848 Change-Id: I6de0e556b7143e200a5976e9139b1824f43e739a Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'binding/gdbus/api/org.lightmediascanner.xml')
-rw-r--r--binding/gdbus/api/org.lightmediascanner.xml75
1 files changed, 0 insertions, 75 deletions
diff --git a/binding/gdbus/api/org.lightmediascanner.xml b/binding/gdbus/api/org.lightmediascanner.xml
deleted file mode 100644
index 1651b47..0000000
--- a/binding/gdbus/api/org.lightmediascanner.xml
+++ /dev/null
@@ -1,75 +0,0 @@
-<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
- "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
-<!-- GDBus 2.48.2 -->
-<node>
- <interface name="org.freedesktop.DBus.Properties">
- <method name="Get">
- <arg type="s" name="interface_name" direction="in"/>
- <arg type="s" name="property_name" direction="in"/>
- <arg type="v" name="value" direction="out"/>
- </method>
- <method name="GetAll">
- <arg type="s" name="interface_name" direction="in"/>
- <arg type="a{sv}" name="properties" direction="out"/>
- </method>
- <method name="Set">
- <arg type="s" name="interface_name" direction="in"/>
- <arg type="s" name="property_name" direction="in"/>
- <arg type="v" name="value" direction="in"/>
- </method>
- <signal name="PropertiesChanged">
- <arg type="s" name="interface_name"/>
- <arg type="a{sv}" name="changed_properties"/>
- <arg type="as" name="invalidated_properties"/>
- </signal>
- </interface>
- <interface name="org.freedesktop.DBus.Introspectable">
- <method name="Introspect">
- <arg type="s" name="xml_data" direction="out"/>
- </method>
- </interface>
- <interface name="org.freedesktop.DBus.Peer">
- <method name="Ping"/>
- <method name="GetMachineId">
- <arg type="s" name="machine_uuid" direction="out"/>
- </method>
- </interface>
- <interface name="org.lightmediascanner.Scanner1">
- <method name="Scan">
- <arg type="a{sv}" name="specification" direction="in">
- </arg>
- </method>
- <method name="Stop">
- </method>
- <method name="RequestWriteLock">
- </method>
- <method name="ReleaseWriteLock">
- </method>
- <signal name="ScanProgress">
- <arg type="s" name="Category">
- </arg>
- <arg type="s" name="Path">
- </arg>
- <arg type="t" name="UpToDate">
- </arg>
- <arg type="t" name="Processed">
- </arg>
- <arg type="t" name="Deleted">
- </arg>
- <arg type="t" name="Skipped">
- </arg>
- <arg type="t" name="Errors">
- </arg>
- </signal>
- <property type="s" name="DataBasePath" access="read">
- </property>
- <property type="b" name="IsScanning" access="read">
- </property>
- <property type="b" name="WriteLocked" access="read">
- </property>
- <property type="t" name="UpdateID" access="read">
- </property>
- <property type="a{sv}" name="Categories" access="read">
- </property>
- </interface>
-</node>