aboutsummaryrefslogtreecommitdiffstats
path: root/gdbus/api/org.lightmediascanner.xml
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2017-09-05 13:22:28 -0700
committerMatt Ranostay <matt.ranostay@konsulko.com>2017-09-06 13:26:58 -0700
commitf2a2eefabf1252301070f249f2249758e648f5bf (patch)
tree95efc1c869a8190929b8745ec972298988770df1 /gdbus/api/org.lightmediascanner.xml
parent59a0665fe77d2b6ef155e84bce4333e555dce0dc (diff)
binding: media: add binding to its own repo
Initial commit for agl-service-media repo. This change enables cmake builds, and it being a standalone binding independent of the MediaPlayer application. Bug-AGL: SPEC-848 Change-Id: I1234c0d0dde4379b5697cc3fe3e16e27f8b73a7c Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'gdbus/api/org.lightmediascanner.xml')
-rw-r--r--gdbus/api/org.lightmediascanner.xml75
1 files changed, 0 insertions, 75 deletions
diff --git a/gdbus/api/org.lightmediascanner.xml b/gdbus/api/org.lightmediascanner.xml
deleted file mode 100644
index 1651b47..0000000
--- a/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>