1 Star 0 Fork 1

iceleaf/kwin

forked from Jingling/kwin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
org.kde.kappmenu.xml 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
Kai Uwe Broulik 提交于 2017-01-11 10:21 . Restore global menu support
<!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.kappmenu">
<method name="showMenu">
<arg name="x" type="i" direction="in"/>
<arg name="y" type="i" direction="in"/>
<arg name="service" type="s" direction="in"/>
<arg name="objectPath" type="o" direction="in"/>
<arg name="actionId" type="i" direction="in"/>
</method>
<method name="reconfigure">
</method>
<signal name="reconfigured" />
<signal name="showRequest">
<arg name="service" type="s" direction="out"/>
<arg name="objectPath" type="o" direction="out"/>
<arg name="actionId" type="i" direction="out"/>
</signal>
<signal name="menuShown">
<arg name="service" type="s" direction="out"/>
<arg name="objectPath" type="o" direction="out"/>
</signal>
<signal name="menuHidden">
<arg name="service" type="s" direction="out"/>
<arg name="objectPath" type="o" direction="out"/>
</signal>
</interface>
</node>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/iceleaf/kwin.git
git@gitee.com:iceleaf/kwin.git
iceleaf
kwin
kwin
master

搜索帮助