Private
Public Access
1
0

dbus: remove some signals I wont implement

This commit is contained in:
2025-06-05 20:21:30 -07:00
parent cbc7679f58
commit 2e55f3ac9e

View File

@@ -112,22 +112,11 @@
"/>
</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">
<arg type="s" name="attachment_id"/>
<arg type="s" name="file_path"/>
<arg type="b" name="preview"/>
<annotation name="org.freedesktop.DBus.DocString"
value="Emitted when an attachment download completes successfully."/>
</signal>