dbus: remove some signals I wont implement
This commit is contained in:
@@ -112,22 +112,11 @@
|
|||||||
"/>
|
"/>
|
||||||
</method>
|
</method>
|
||||||
|
|
||||||
<signal name="AttachmentDownloadStarted">
|
|
||||||
<arg type="s" name="attachment_id"/>
|
|
||||||
<annotation name="org.freedesktop.DBus.DocString"
|
|
||||||
value="Emitted when an attachment download begins."/>
|
|
||||||
</signal>
|
|
||||||
|
|
||||||
<signal name="AttachmentDownloadProgress">
|
|
||||||
<arg type="s" name="attachment_id"/>
|
|
||||||
<arg type="d" name="progress"/>
|
|
||||||
<annotation name="org.freedesktop.DBus.DocString"
|
|
||||||
value="Emitted during attachment download. Progress is a value from 0.0 to 1.0."/>
|
|
||||||
</signal>
|
|
||||||
|
|
||||||
<signal name="AttachmentDownloadCompleted">
|
<signal name="AttachmentDownloadCompleted">
|
||||||
<arg type="s" name="attachment_id"/>
|
<arg type="s" name="attachment_id"/>
|
||||||
<arg type="s" name="file_path"/>
|
<arg type="s" name="file_path"/>
|
||||||
|
<arg type="b" name="preview"/>
|
||||||
|
|
||||||
<annotation name="org.freedesktop.DBus.DocString"
|
<annotation name="org.freedesktop.DBus.DocString"
|
||||||
value="Emitted when an attachment download completes successfully."/>
|
value="Emitted when an attachment download completes successfully."/>
|
||||||
</signal>
|
</signal>
|
||||||
|
|||||||
Reference in New Issue
Block a user