File liferea_dbus.xml of Package liferea
<node name="/org/gnome/feed/Reader">
<interface name="org.gnome.feed.Reader">
<method name="Ping">
<arg name="result" type="b" direction="out"/>
</method>
<method name="SetOnline">
<arg name="online" type="b"/>
<arg name="result" type="b" direction="out"/>
</method>
<method name="Subscribe">
<arg name="url" type="s"/>
<arg name="result" type="b" direction="out"/>
</method>
<method name="GetUnreadItems">
<arg name="result" type="i" direction="out"/>
</method>
<method name="GetNewItems">
<arg name="result" type="i" direction="out"/>
</method>
</interface>
</node>