Files
tdesktop/Telegram/SourceFiles/platform/linux/org.freedesktop.Notifications.xml
allhaileris afb81b8278
Some checks failed
Docker. / Ubuntu (push) Has been cancelled
User-agent updater. / User-agent (push) Failing after 15s
Lock Threads / lock (push) Failing after 10s
Waiting for answer. / waiting-for-answer (push) Failing after 22s
Close stale issues and PRs / stale (push) Successful in 13s
Needs user action. / needs-user-action (push) Failing after 8s
Can't reproduce. / cant-reproduce (push) Failing after 8s
init
2026-02-16 15:50:16 +03:00

60 lines
2.4 KiB
XML

<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
<interface name="org.freedesktop.Notifications">
<signal name="NotificationClosed">
<arg direction="out" type="u" name="id"/>
<arg direction="out" type="u" name="reason"/>
</signal>
<signal name="ActionInvoked">
<arg direction="out" type="u" name="id"/>
<arg direction="out" type="s" name="action_key"/>
</signal>
<signal name="NotificationReplied">
<arg direction="out" type="u" name="id"/>
<arg direction="out" type="s" name="text"/>
</signal>
<signal name="ActivationToken">
<arg direction="out" type="u" name="id"/>
<arg direction="out" type="s" name="activation_token"/>
</signal>
<method name="Notify">
<annotation value="QVariantMap" name="org.qtproject.QtDBus.QtTypeName.In6"/>
<arg direction="out" type="u"/>
<arg direction="in" type="s" name="app_name"/>
<arg direction="in" type="u" name="replaces_id"/>
<arg direction="in" type="s" name="app_icon"/>
<arg direction="in" type="s" name="summary"/>
<arg direction="in" type="s" name="body"/>
<arg direction="in" type="as" name="actions"/>
<arg direction="in" type="a{sv}" name="hints"/>
<arg direction="in" type="i" name="timeout"/>
</method>
<method name="CloseNotification">
<arg direction="in" type="u" name="id"/>
</method>
<method name="GetCapabilities">
<arg direction="out" type="as" name="caps"/>
</method>
<method name="GetServerInformation">
<arg direction="out" type="s" name="name"/>
<arg direction="out" type="s" name="vendor"/>
<arg direction="out" type="s" name="version"/>
<arg direction="out" type="s" name="spec_version"/>
</method>
<method name="Inhibit">
<annotation value="QVariantMap" name="org.qtproject.QtDBus.QtTypeName.In2"/>
<arg direction="out" type="u"/>
<arg direction="in" type="s" name="desktop_entry"/>
<arg direction="in" type="s" name="reason"/>
<arg direction="in" type="a{sv}" name="hints"/>
</method>
<method name="UnInhibit">
<arg direction="in" type="u"/>
</method>
<property access="read" type="b" name="Inhibited">
<annotation value="true" name="org.freedesktop.DBus.Property.EmitsChangedSignal"/>
</property>
</interface>
</node>