mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
13 lines
444 B
XML
13 lines
444 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.kmenuedit">
|
|
<method name="selectMenu">
|
|
<arg type="s" direction="in" name="menu"/>
|
|
</method>
|
|
<method name="selectMenuEntry">
|
|
<arg type="s" direction="in" name="menu"/>
|
|
</method>
|
|
<method name="restoreSystemMenu"/>
|
|
</interface>
|
|
</node>
|