File: com.deepin.menu.Manager.xml

package info (click to toggle)
deepin-menu 5.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 332 kB
  • sloc: cpp: 1,720; python: 271; xml: 50; makefile: 5
file content (12 lines) | stat: -rw-r--r-- 433 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
<!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="com.deepin.menu.Manager">
    <method name="RegisterMenu">
      <arg direction="out" type="o" name="menuObjectPath"/>
    </method>
    <method name="UnregisterMenu">
      <arg direction="in" type="s" name="menuObjectPath"/>
    </method>
  </interface>
</node>