2022-05-14 21:28:45 +03:00
|
|
|
<!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.kde.FavIcon">
|
|
|
|
<signal name="iconChanged">
|
2023-06-07 20:57:44 +03:00
|
|
|
<arg name="url" type="s" direction="out"/>
|
2022-05-14 21:28:45 +03:00
|
|
|
<arg name="iconName" type="s" direction="out"/>
|
|
|
|
</signal>
|
|
|
|
<method name="iconForUrl">
|
|
|
|
<arg type="s" direction="out"/>
|
|
|
|
<arg name="url" type="s" direction="in"/>
|
|
|
|
</method>
|
2023-06-07 20:57:44 +03:00
|
|
|
<method name="downloadUrlIcon">
|
2022-05-14 21:28:45 +03:00
|
|
|
<arg name="url" type="s" direction="in"/>
|
|
|
|
</method>
|
2023-06-07 20:57:44 +03:00
|
|
|
<method name="forceDownloadUrlIcon">
|
2022-05-14 21:28:45 +03:00
|
|
|
<arg name="url" type="s" direction="in"/>
|
|
|
|
</method>
|
|
|
|
</interface>
|
|
|
|
</node>
|