mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 18:32:51 +00:00
18 lines
612 B
XML
18 lines
612 B
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.kde.KResourcesManager">
|
|
<signal name="signalKResourceAdded">
|
|
<arg type="s" direction="out"/>
|
|
<arg type="s" direction="out"/>
|
|
</signal>
|
|
<signal name="signalKResourceModified">
|
|
<arg type="s" direction="out"/>
|
|
<arg type="s" direction="out"/>
|
|
</signal>
|
|
<signal name="signalKResourceDeleted">
|
|
<arg type="s" direction="out"/>
|
|
<arg type="s" direction="out"/>
|
|
</signal>
|
|
</interface>
|
|
</node>
|