17 lines
628 B
XML
17 lines
628 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.ukui.menu">
|
|
<method name="WinKeyResponse"/>
|
|
<method name="ReloadSecurityConfig"/>
|
|
<method name="GetSecurityConfigPath">
|
|
<arg type="s" direction="out"/>
|
|
</method>
|
|
<method name="active">
|
|
<arg name="display" type="s" direction="in"/>
|
|
</method>
|
|
<signal name="activeRequest">
|
|
<arg name="display" type="s" direction="out"/>
|
|
</signal>
|
|
</interface>
|
|
</node>
|