66 lines
2.6 KiB
XML
66 lines
2.6 KiB
XML
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
|
|
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
|
|
|
|
<!-- qlscribe - Qt based application to print lightScribe discs
|
|
|
|
Copyright (C) 2009 Vyacheslav Kononenko <vyacheslav@kononenko.net>
|
|
|
|
This program is free software; you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License as published by
|
|
the Free Software Foundation; either version 2 of the License, or
|
|
(at your option) any later version.
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
along with this program; if not, write to the Free Software
|
|
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
|
|
|
$Id$
|
|
-->
|
|
<node>
|
|
<interface name="org.lightscribe.printManager">
|
|
<method name="getDrives">
|
|
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QObject2StringMap"/>
|
|
<arg type="a{ss}" direction="out"/>
|
|
</method>
|
|
</interface>
|
|
<interface name="org.lightscribe.drive">
|
|
<signal name="prepareProgress">
|
|
<arg name="current" type="i" direction="out"/>
|
|
<arg name="final" type="i" direction="out"/>
|
|
</signal>
|
|
<signal name="labelProgress">
|
|
<arg name="current" type="i" direction="out"/>
|
|
<arg name="final" type="i" direction="out"/>
|
|
</signal>
|
|
<signal name="timeEstimate">
|
|
<arg name="time" type="i" direction="out"/>
|
|
</signal>
|
|
<signal name="finished">
|
|
<arg name="status" type="i" direction="out"/>
|
|
</signal>
|
|
<method name="preview">
|
|
<annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="const PrintParameters &"/>
|
|
<annotation name="org.qtproject.QtDBus.QtTypeName.In2" value="QSize"/>
|
|
<arg type="s" direction="out"/>
|
|
<arg name="params" type="(iiiii)" direction="in"/>
|
|
<arg name="image" type="ay" direction="in"/>
|
|
<arg name="previewSize" type="(ii)" direction="in"/>
|
|
</method>
|
|
<method name="print">
|
|
<annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="const PrintParameters &"/>
|
|
<arg name="params" type="(iiiii)" direction="in"/>
|
|
<arg name="image" type="ay" direction="in"/>
|
|
</method>
|
|
<method name="abort">
|
|
</method>
|
|
<method name="name">
|
|
<arg type="s" direction="out"/>
|
|
</method>
|
|
</interface>
|
|
</node>
|